diff options
| author | root <root> | 2010-07-27 14:42:34 +0000 | 
|---|---|---|
| committer | root <root> | 2010-07-27 14:42:34 +0000 | 
| commit | 303257cce4e5649e42b424ee305a658fd2e4238f (patch) | |
| tree | 9b485624ceddc999e49c8d49e13438e830a01a72 | |
| parent | 4edadfae7be138a73961a8b78064464ff946cf15 (diff) | |
*** empty log message ***rel-5_25
| -rw-r--r-- | coro.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -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 | 
