ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.h
(Generate patch)

Comparing libcoro/coro.h (file contents):
Revision 1.42 by root, Sat Jul 11 14:24:13 2009 UTC vs.
Revision 1.43 by root, Tue Jul 27 14:42:34 2010 UTC

72 */ 72 */
73 73
74#ifndef CORO_H 74#ifndef CORO_H
75#define CORO_H 75#define CORO_H
76 76
77#if __cplusplus
78extern "C" {
79#endif
80
77#define CORO_VERSION 2 81#define CORO_VERSION 2
78 82
79/* 83/*
80 * Changes since API version 1: 84 * Changes since API version 1:
81 * replaced bogus -DCORO_LOOSE with gramatically more correct -DCORO_LOSER 85 * replaced bogus -DCORO_LOOSE with gramatically more correct -DCORO_LOSER
289void coro_transfer (coro_context *prev, coro_context *next); 293void coro_transfer (coro_context *prev, coro_context *next);
290void coro_destroy (coro_context *ctx); 294void coro_destroy (coro_context *ctx);
291 295
292#endif 296#endif
293 297
298#if __cplusplus
299}
294#endif 300#endif
295 301
302#endif
303

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines