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