diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-14 12:30:27 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-14 13:14:45 +0100 |
commit | 91601deb844848dc02959679fd41e1441a76aff4 (patch) | |
tree | 08e6ef886151b44d19ac0dbf045cf8f9c641f422 /common/unqlite/unqlite.h | |
parent | 8618af7252260e1c283de20bc4cfd64d63b68770 (diff) | |
download | sink-91601deb844848dc02959679fd41e1441a76aff4.tar.gz sink-91601deb844848dc02959679fd41e1441a76aff4.zip |
the all-in-one-file version of unqlite
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_ */ | ||