diff options
Diffstat (limited to 'common/unqlite/unqlite.h')
-rw-r--r-- | common/unqlite/unqlite.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/common/unqlite/unqlite.h b/common/unqlite/unqlite.h index f9b6ae6..2a2b1ad 100644 --- a/common/unqlite/unqlite.h +++ b/common/unqlite/unqlite.h | |||
@@ -86,10 +86,7 @@ | |||
86 | * contact@symisc.net | 86 | * contact@symisc.net |
87 | */ | 87 | */ |
88 | #define UNQLITE_COPYRIGHT "Copyright (C) Symisc Systems, S.U.A.R.L [Mrad Chems Eddine <chm@symisc.net>] 2012-2013, http://unqlite.org/" | 88 | #define UNQLITE_COPYRIGHT "Copyright (C) Symisc Systems, S.U.A.R.L [Mrad Chems Eddine <chm@symisc.net>] 2012-2013, http://unqlite.org/" |
89 | /* Make sure we can call this stuff from C++ */ | 89 | |
90 | #ifdef __cplusplus | ||
91 | extern "C" { | ||
92 | #endif | ||
93 | /* Forward declaration to public objects */ | 90 | /* Forward declaration to public objects */ |
94 | typedef struct unqlite_io_methods unqlite_io_methods; | 91 | typedef struct unqlite_io_methods unqlite_io_methods; |
95 | typedef struct unqlite_kv_methods unqlite_kv_methods; | 92 | typedef struct unqlite_kv_methods unqlite_kv_methods; |
@@ -948,7 +945,5 @@ UNQLITE_APIEXPORT const char * unqlite_lib_version(void); | |||
948 | UNQLITE_APIEXPORT const char * unqlite_lib_signature(void); | 945 | UNQLITE_APIEXPORT const char * unqlite_lib_signature(void); |
949 | UNQLITE_APIEXPORT const char * unqlite_lib_ident(void); | 946 | UNQLITE_APIEXPORT const char * unqlite_lib_ident(void); |
950 | UNQLITE_APIEXPORT const char * unqlite_lib_copyright(void); | 947 | UNQLITE_APIEXPORT const char * unqlite_lib_copyright(void); |
951 | #ifdef __cplusplus | 948 | |
952 | } | 949 | #endif /* _UNQLITE_H_ */ \ No newline at end of file |
953 | #endif /* __cplusplus */ | ||
954 | #endif /* _UNQLITE_H_ */ | ||