From 91601deb844848dc02959679fd41e1441a76aff4 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 14 Dec 2014 12:30:27 +0100 Subject: the all-in-one-file version of unqlite --- common/unqlite/unqlite.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'common/unqlite/unqlite.h') 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 @@ * contact@symisc.net */ #define UNQLITE_COPYRIGHT "Copyright (C) Symisc Systems, S.U.A.R.L [Mrad Chems Eddine ] 2012-2013, http://unqlite.org/" -/* Make sure we can call this stuff from C++ */ -#ifdef __cplusplus -extern "C" { -#endif + /* Forward declaration to public objects */ typedef struct unqlite_io_methods unqlite_io_methods; typedef struct unqlite_kv_methods unqlite_kv_methods; @@ -948,7 +945,5 @@ UNQLITE_APIEXPORT const char * unqlite_lib_version(void); UNQLITE_APIEXPORT const char * unqlite_lib_signature(void); UNQLITE_APIEXPORT const char * unqlite_lib_ident(void); UNQLITE_APIEXPORT const char * unqlite_lib_copyright(void); -#ifdef __cplusplus -} -#endif /* __cplusplus */ -#endif /* _UNQLITE_H_ */ + +#endif /* _UNQLITE_H_ */ \ No newline at end of file -- cgit v1.2.3