acl/lib_acl/include/db/acl_db.h
2014-09-06 23:08:25 +08:00

19 lines
228 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