--- np2/common/profile.h 2003/10/16 17:57:10 1.1.1.1 +++ np2/common/profile.h 2004/02/11 17:39:59 1.2 @@ -7,6 +7,9 @@ BOOL profile_enum(const char *filename, BOOL (*proc)(void *arg, const char *para, const char *key, const char *data)); +UINT profile_setkeys(const char *str, UINT8 *key, UINT keymax); +void profile_getkeys(char *str, UINT strmax, const UINT8 *key, UINT keys); + #ifdef __cplusplus } #endif