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.13 by youi, Sat Jan 22 05:38:03 2005 UTC revision 1.14 by aga, Wed Feb 9 02:14:15 2005 UTC
# Line 26  typedef enum { Line 26  typedef enum {
26      RES_PHP_NONREF=1000      RES_PHP_NONREF=1000
27  } result_t;  } result_t;
28    
29    typedef enum {
30        DBTYPE_MYSQL = 1,
31        DBTYPE_SQLITE = 2
32    } dbtype_t;
33    
34  char* str_dup( const char* );  char* str_dup( const char* );
35  char* setValue( char** , const char* );  char* setValue( char** , const char* );
36  string intToString( int i );  string intToString( int i );

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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