2025-04-27 07:49:33 -04:00

12 lines
228 B
C

#if !defined (__COMMON_CONF_SET__)
#define __COMMON_CONF_SET__
int ReadConfSetEntry ( FILE *fp,
wchar_t *pType,
int *pCnt,
wchar_t **ppCodePoint,
wchar_t *pwExtraInfo
);
#endif