Browse CVS Repository
Diff of /xoonips/AL/common.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 19 |
RES_DB_INITIALIZE_ERROR |
RES_DB_INITIALIZE_ERROR |
| 20 |
} result_t; |
} result_t; |
| 21 |
|
|
| 22 |
typedef unsigned int userid_t; |
typedef int userid_t; |
| 23 |
typedef unsigned int groupid_t; |
typedef int groupid_t; |
| 24 |
|
|
| 25 |
char* str_dup( const char* ); |
char* str_dup( const char* ); |
| 26 |
char* setValue( char** , const char* ); |
char* setValue( char** , const char* ); |
|
|
Legend:
| Removed from v.1.6 |
|
| changed lines |
| |
Added in v.1.7 |
|
|
|