summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2005-03-03 17:20:31 +0000
committerroot <root>2005-03-03 17:20:31 +0000
commitd2d9117d3ae1bdb5298635a6ac17a4427591025c (patch)
tree9e3ef2cdba1cef602312d7b61784641f2fcda8cf /coro.h
parent5c848f9d81006c1f5b93a7c7ef9290c0e00a7d87 (diff)
*** empty log message ***
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/coro.h b/coro.h
index 06eef75..7985e7e 100644
--- a/coro.h
+++ b/coro.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Marc Alexander Lehmann <pcg@goof.com>
+ * Copyright (c) 2001-2005 Marc Alexander Lehmann <schmorp@schmorp.de>
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
@@ -33,15 +33,16 @@
* build your own process abstraction using it or - better - just use GNU
* Portable Threads, http://www.gnu.org/software/pth/.
*
- * VERSION: 0.1
*/
#ifndef CORO_H
#define CORO_H
+#define CORO_VERSION 1
+
/*
* This library consists of only three files
- * coro.h, coro.c and LICENSE
+ * coro.h, coro.c and LICENSE (and optionally README)
*
* It implements what is known as coroutines, in a hopefully
* portable way. At the moment you have to define which kind