]> code.citadel.org Git - citadel.git/blobdiff - textclient/src/include/citadel_ipc.h
remove INLINE, it seems to be problematic with newer gcc's
[citadel.git] / textclient / src / include / citadel_ipc.h
index 1236743b24e606ca61d9dc6de089c091197c64e3..cad578b618f3d784d4794dfa0d4b8929fc89d01d 100644 (file)
@@ -1,8 +1,3 @@
-#ifdef __GNUC__
-#define INLINE __inline__
-#else
-#define INLINE
-#endif
 
 #define        UDS                     "_UDS_"
 #ifdef __CYGWIN__
@@ -63,7 +58,7 @@ void calc_dirs_n_files(int relh, int home, const char *relhome, char  *ctdldir,
 #define READ_HEADER    2
 #define READ_MSGBODY   3
 
-#define NUM_CONFIGS 70
+#define NUM_CONFIGS    72
 
 
 
@@ -476,9 +471,9 @@ char CtdlIPC_get(CtdlIPC* ipc);
 
 
 
-INLINE void CtdlIPC_lock(CtdlIPC *ipc);
+void CtdlIPC_lock(CtdlIPC *ipc);
 
-INLINE void CtdlIPC_unlock(CtdlIPC *ipc);
+void CtdlIPC_unlock(CtdlIPC *ipc);
 
 char *libcitadelclient_version_string(void);