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.9 by aga, Mon Dec 6 10:19:49 2004 UTC revision 1.10 by aga, Fri Jan 14 10:36:59 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_WRITE_ACCESS_RIGHT,
21        RES_NO_READ_ACCESS_RIGHT,
22            
23      RES_PHP_NONREF=1000      RES_PHP_NONREF=1000
24  } result_t;  } result_t;
25    
26  typedef int userid_t;  typedef int userid_t;
27  typedef int groupid_t;  typedef int groupid_t;
28    typedef int itemid_t;
29    typedef int itemtypeid_t;
30    typedef int indexid_t;
31    
32  char* str_dup( const char* );  char* str_dup( const char* );
33  char* setValue( char** , const char* );  char* setValue( char** , const char* );

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

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