Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by aga, Fri Nov 26 03:29:43 2004 UTC revision 1.4 by aga, Fri Nov 26 05:13:40 2004 UTC
# Line 17  typedef enum { Line 17  typedef enum {
17      RES_DB_INITIALIZE_ERROR      RES_DB_INITIALIZE_ERROR
18  } result_t;  } result_t;
19    
20  typedef int userid_t;  typedef unsigned int userid_t;
21  typedef int groupid_t;  typedef unsigned int groupid_t;
22    
23  char* str_dup( const char* );  char* str_dup( const char* );
24  char* setValue( char** , const char* );  char* setValue( char** , const char* );
25  string intToString( int i );  string intToString( int i );
26    string unsignedIntToString( unsigned int i );
27    
28  #endif  #endif
29    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26