repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a lazySlot bug where lazy slots in different objects end up pointing to the...
[io/quag.git]
/
libs
/
iovm
/
source
/
IoCollector.h
blob
4bb4e8c31b71b39b932cc2c307dae55b674c694a
1
/*#io
2
Collector ioDoc(
3
docCopyright("Steve Dekorte", 2002)
4
docLicense("BSD revised")
5
*/
6
7
#ifndef IoCollector_DEFINED
8
#define IoCollector_DEFINED 1
9
10
#include
"IoObject.h"
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
IoObject
*
IoCollector_proto
(
void
*
state
);
17
18
#ifdef __cplusplus
19
}
20
#endif
21
#endif