|
|
| version 1.2, 2004/02/11 17:39:59 | version 1.4, 2004/02/21 04:48:35 |
|---|---|
| Line 6 extern "C" { | Line 6 extern "C" { |
| BOOL profile_enum(const char *filename, void *arg, | BOOL profile_enum(const char *filename, void *arg, |
| BOOL (*proc)(void *arg, const char *para, | BOOL (*proc)(void *arg, const char *para, |
| const char *key, const char *data)); | const char *key, const char *data)); |
| const char *profile_getarg(const char *str, char *buf, UINT leng); | |
| UINT profile_setkeys(const char *str, UINT8 *key, UINT keymax); | |
| void profile_getkeys(char *str, UINT strmax, const UINT8 *key, UINT keys); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |