summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2010-07-27 14:42:34 +0000
committerroot <root>2010-07-27 14:42:34 +0000
commit303257cce4e5649e42b424ee305a658fd2e4238f (patch)
tree9b485624ceddc999e49c8d49e13438e830a01a72
parent4edadfae7be138a73961a8b78064464ff946cf15 (diff)
*** empty log message ***rel-5_25
-rw-r--r--coro.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/coro.h b/coro.h
index 7f30150..078a16b 100644
--- a/coro.h
+++ b/coro.h
@@ -74,6 +74,10 @@
#ifndef CORO_H
#define CORO_H
+#if __cplusplus
+extern "C" {
+#endif
+
#define CORO_VERSION 2
/*
@@ -291,5 +295,9 @@ void coro_destroy (coro_context *ctx);
#endif
+#if __cplusplus
+}
+#endif
+
#endif