Ignore:
Timestamp:
Feb 18, 2000, 1:42:08 PM (26 years ago)
Author:
bird
Message:

Read more of the function header into the database.
Stateupd is changed to do this and the database is expanded with new fields.
The sample is partly updated.

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:29 bird Exp $ */
     1/* $Id: db.h,v 1.7 2000-02-18 12:42:07 bird Exp $ */
    22/*
    33 * DB - contains all database routines
     
    3232        /* buffers */
    3333        char  szFnDclBuffer[2048];
    34         char  szFnHdrBuffer[2048];
     34        char  szFnHdrBuffer[10240];
    3535
    3636        /* function name and type */
     
    4545        char *apszParamType[30];
    4646        char *apszParamName[30];
     47        char *apszParamDesc[30];
    4748
    4849        /* authors */
     
    5051        char *apszAuthor[NBR_AUTHORS];
    5152        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;
    5261
    5362        /* status */
     
    93102                                           PFNFINDBUF pFnFindBuf,
    94103                                           signed long lDll);
    95     signed long     _System dbFindAuthor(const char *pszAuthor);
     104    signed long     _System dbFindAuthor(const char *pszAuthor, const char *pszEmail);
    96105    signed long     _System dbGetFunctionState(signed long lRefCode);
    97106    unsigned long   _System dbUpdateFunction(PFNDESC pFnDesc,
Note: See TracChangeset for help on using the changeset viewer.