/[dgee]/dgee/dbstore/dgDbError.h
ViewVC logotype

Diff of /dgee/dbstore/dgDbError.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by csmith, Sun Jun 22 16:57:13 2003 UTC revision 1.2 by csmith, Sun Sep 21 10:48:17 2003 UTC
# Line 0  Line 1 
1    #ifndef DG_DBERROR_H
2    #define DG_DBERROR_H
3    
4    typedef enum {
5            DBE_NOERROR   = 0,
6            DBE_NOTFOUND  = 1,
7            DBE_WRITEFAIL = 2,
8            DBE_DBFAIL    = 4,
9            DBE_DELFAIL   = 5,
10            DBE_CLOSEFAIL = 6,
11            DBE_CURSORFAIL= 7,
12            DBE_NOCONNECT = 8,
13            DBE_NOMOREDATA= 9
14    } dbError;
15    
16    extern dbError dgdberrno;
17    extern char dgdberrstr[];
18    
19    #endif

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26