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.1 by youi, Mon Nov 22 08:25:16 2004 UTC revision 1.2 by youi, Thu Nov 25 08:57:39 2004 UTC
# Line 1  Line 1 
1    /*
2     * $Revision$
3     */
4  #if !defined( COMMON_H )  #if !defined( COMMON_H )
5  #define COMMON_H  #define COMMON_H
6    
7    typedef enum {
8        RES_OK = 0,
9        RES_ERROR,
10        RES_LOGIN_FAILUE,
11        RES_NO_SUCH_SESSION,
12        RES_NO_SUCH_USER,
13        RES_DB_QUERY_ERROR,
14        RES_DB_CONNECT_ERROR,
15        RES_DB_INITIALIZE_ERROR
16    } result_t;
17    
18    typedef int userid_t;
19    typedef int groupid_t;
20    
21  char* str_dup( const char* );  char* str_dup( const char* );
22  char* setValue( char** , const char* );  char* setValue( char** , const char* );
23    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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