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.10 by aga, Fri Jan 14 10:36:59 2005 UTC revision 1.11 by youi, Sat Jan 15 05:39:06 2005 UTC
# Line 17  typedef enum { Line 17  typedef enum {
17      RES_DB_QUERY_ERROR,      RES_DB_QUERY_ERROR,
18      RES_DB_CONNECT_ERROR,      RES_DB_CONNECT_ERROR,
19      RES_DB_INITIALIZE_ERROR,      RES_DB_INITIALIZE_ERROR,
20        RES_NO_SUCH_ITEM,
21      RES_NO_WRITE_ACCESS_RIGHT,      RES_NO_WRITE_ACCESS_RIGHT,
22      RES_NO_READ_ACCESS_RIGHT,      RES_NO_READ_ACCESS_RIGHT,
23            
24      RES_PHP_NONREF=1000      RES_PHP_NONREF=1000
25  } result_t;  } result_t;
26    
27  typedef int userid_t;  typedef unsigned int indexid_t;
 typedef int groupid_t;  
 typedef int itemid_t;  
 typedef int itemtypeid_t;  
 typedef int indexid_t;  
28    
29  char* str_dup( const char* );  char* str_dup( const char* );
30  char* setValue( char** , const char* );  char* setValue( char** , const char* );

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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