Author: grothoff
Date: 2006-05-10 19:47:37 -0700 (Wed, 10 May 2006)
New Revision: 2779
Modified:
doodle/src/doodle/doodle.h
Log:
cpp fix
Modified: doodle/src/doodle/doodle.h
===================================================================
--- doodle/src/doodle/doodle.h 2006-05-10 23:02:04 UTC (rev 2778)
+++ doodle/src/doodle/doodle.h 2006-05-11 02:47:37 UTC (rev 2779)
@@ -27,6 +27,10 @@
#ifndef DOODLE_H
#define DOODLE_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <stdio.h>
/**
@@ -191,4 +195,10 @@
void DOODLE_tree_set_memory_limit(struct DOODLE_SuffixTree * tree,
size_t limit);
+
+#ifdef __cplusplus
+}
#endif
+
+
+#endif
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn