]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Allow multiple simultaneous IPC connections. All changes necessary for
[citadel.git] / citadel / citadel.h
index 3112883894cbed7aacb6d78e51287754ba25cbc1..ed51301c21bd53c28bb42e767651b41ea8a46a3c 100644 (file)
 #include "sysconfig.h"
 #include "ipcdef.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * Text description of this software
  */
@@ -309,4 +313,8 @@ enum {
 #define VIEW_MAILBOX           1       /* Mailbox summary */
 #define VIEW_ADDRESSBOOK       2       /* Address book view */
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* CITADEL_H */