Browse CVS Repository
Diff of /xoonips/AL/common.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|