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.2 by youi, Thu Nov 25 08:57:39 2004 UTC revision 1.3 by aga, Fri Nov 26 03:29:43 2004 UTC
# Line 4  Line 4 
4  #if !defined( COMMON_H )  #if !defined( COMMON_H )
5  #define COMMON_H  #define COMMON_H
6    
7    #include<string>
8    
9  typedef enum {  typedef enum {
10      RES_OK = 0,      RES_OK = 0,
11      RES_ERROR,      RES_ERROR,
# Line 20  typedef int groupid_t; Line 22  typedef 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 );
26    
27  #endif  #endif
28    

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

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