From 303257cce4e5649e42b424ee305a658fd2e4238f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Jul 2010 14:42:34 +0000 Subject: *** empty log message *** --- coro.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3