Changeset 2818 for trunk/tools/database/db.h
- Timestamp:
- Feb 18, 2000, 1:42:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/db.h
r2770 r2818 1 /* $Id: db.h,v 1. 6 2000-02-12 23:54:29bird Exp $ */1 /* $Id: db.h,v 1.7 2000-02-18 12:42:07 bird Exp $ */ 2 2 /* 3 3 * DB - contains all database routines … … 32 32 /* buffers */ 33 33 char szFnDclBuffer[2048]; 34 char szFnHdrBuffer[ 2048];34 char szFnHdrBuffer[10240]; 35 35 36 36 /* function name and type */ … … 45 45 char *apszParamType[30]; 46 46 char *apszParamName[30]; 47 char *apszParamDesc[30]; 47 48 48 49 /* authors */ … … 50 51 char *apszAuthor[NBR_AUTHORS]; 51 52 long alAuthorRefCode[NBR_AUTHORS]; 53 54 /* other description fields */ 55 char *pszDescription; 56 char *pszRemark; 57 char *pszReturnDesc; 58 char *pszSketch; 59 char *pszEquiv; 60 char *pszTime; 52 61 53 62 /* status */ … … 93 102 PFNFINDBUF pFnFindBuf, 94 103 signed long lDll); 95 signed long _System dbFindAuthor(const char *pszAuthor );104 signed long _System dbFindAuthor(const char *pszAuthor, const char *pszEmail); 96 105 signed long _System dbGetFunctionState(signed long lRefCode); 97 106 unsigned long _System dbUpdateFunction(PFNDESC pFnDesc,
Note:
See TracChangeset
for help on using the changeset viewer.