Diff for /np2/common/profile.h between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2003/10/16 17:57:10 version 1.3, 2004/02/19 11:32:12
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
 }  }

Removed from v.1.1.1.1  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>