acl/lib_acl/include/db/acl_db.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

19 lines
232 B
C

#ifndef _ACL_MYDB_INCLUDE_H_
#define _ACL_MYDB_INCLUDE_H_
# ifdef __cplusplus
extern "C" {
# endif
#include "acl_dbpool.h"
#include "acl_dberr.h"
#include "acl_dbsql.h"
#include "acl_mdb.h"
# ifdef __cplusplus
}
# endif
#endif