--- np2/common/profile.h 2003/10/16 17:57:10 1.1.1.1 +++ np2/common/profile.h 2004/02/21 04:48:35 1.4 @@ -6,6 +6,7 @@ extern "C" { BOOL profile_enum(const char *filename, void *arg, BOOL (*proc)(void *arg, const char *para, const char *key, const char *data)); +const char *profile_getarg(const char *str, char *buf, UINT leng); #ifdef __cplusplus }