Browse CVS Repository
Diff of /xoonips/AL/common.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 17 |
RES_DB_INITIALIZE_ERROR |
RES_DB_INITIALIZE_ERROR |
| 18 |
} result_t; |
} result_t; |
| 19 |
|
|
| 20 |
typedef int userid_t; |
typedef unsigned int userid_t; |
| 21 |
typedef int groupid_t; |
typedef unsigned int groupid_t; |
| 22 |
|
|
| 23 |
char* str_dup( const char* ); |
char* str_dup( const char* ); |
| 24 |
char* setValue( char** , const char* ); |
char* setValue( char** , const char* ); |
| 25 |
string intToString( int i ); |
string intToString( int i ); |
| 26 |
|
string unsignedIntToString( unsigned int i ); |
| 27 |
|
|
| 28 |
#endif |
#endif |
| 29 |
|
|
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
|