Changeset 784 for trunk/zoo-project/zoo-kernel/sqlapi.h
- Timestamp:
- Jun 29, 2016, 3:40:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/sqlapi.h
r680 r784 25 25 #ifndef ZOO_SQLAPI_H 26 26 #define ZOO_SQLAPI_H 1 27 #ifdef RELY_ON_DB 28 #include "service.h" 29 #include "service_internal.h" 27 30 28 31 #ifdef __cplusplus 29 32 extern "C" { 30 33 #endif 31 32 #ifdef RELY_ON_DB33 #include "service.h"34 #include "service_internal.h"35 34 ZOO_DLL_EXPORT void init_sql(maps*); 36 35 ZOO_DLL_EXPORT void close_sql(maps*); … … 43 42 ZOO_DLL_EXPORT char* getStatusId(maps*,char*); 44 43 ZOO_DLL_EXPORT void removeService(maps*,char*); 45 #endif46 44 47 45 #ifdef __cplusplus … … 50 48 51 49 #endif 50 #endif
Note: See TracChangeset
for help on using the changeset viewer.