Parent Directory
|
Revision Log
|
Patch
revision 59 by jds, Sun Oct 30 01:38:20 2005 UTC | revision 60 by jds, Mon Oct 31 03:39:15 2005 UTC | |
---|---|---|
# | Line 6 typedef int (*initFunc)(void); | Line 6 typedef int (*initFunc)(void); |
6 | typedef int (*isInitializedFunc)(void); | typedef int (*isInitializedFunc)(void); |
7 | typedef void (*cleanupFunc)(void); | typedef void (*cleanupFunc)(void); |
8 | ||
9 | #ifndef __WIN32__ | |
10 | #define DLEXPORT | |
11 | #endif | |
12 | ||
13 | /** A public datum. */ | /** A public datum. */ |
14 | extern int DLEXPORT value; | extern int DLEXPORT value; |
15 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |