pike.git/
src/
cyclic.c
Branch:
Tag:
Non-build tags
All tags
No tags
2010-06-01
2010-06-01 09:43:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
88225518d23496e2d38572cf1a6eee43931a23f2 (
15
lines) (+
8
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Added some PMOD_EXPORTs for support of WIN32.
Rev: src/cyclic.c:1.14
Rev: src/cyclic.h:1.10
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: cyclic.c,v 1.
13
2004
/
09
/
18
20
:
50
:
48
nilsson
Exp $
+
|| $Id: cyclic.c,v 1.
14
2010
/
06
/
01
09
:
43
:
19
grubba
Exp $
*/ #include "global.h"
40:
Pike_fatal("Unlink cyclic on lost cyclic struct.\n"); }
-
void unlink_cyclic(CYCLIC *c)
+
PMOD_EXPORT
void unlink_cyclic(CYCLIC *c)
{ UNSET_ONERROR(c->onerr); low_unlink_cyclic(c); }
-
void *begin_cyclic(CYCLIC *c,
+
PMOD_EXPORT
void *begin_cyclic(CYCLIC *c,
char *id, void *th, void *a,