Ignore:
Timestamp:
Feb 13, 2000, 12:54:30 AM (26 years ago)
Author:
bird
Message:

Corrections, DB optimizations, and some new features in StateUpd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/db.h

    r2765 r2770  
    1 /* $Id: db.h,v 1.5 2000-02-12 17:55:03 bird Exp $ */
     1/* $Id: db.h,v 1.6 2000-02-12 23:54:29 bird Exp $ */
    22/*
    33 * DB - contains all database routines
     
    3131    {
    3232        /* buffers */
    33         char  szFnDclBuffer[512];
    34         char  szFnHdrBuffer[1024];
     33        char  szFnDclBuffer[2048];
     34        char  szFnHdrBuffer[2048];
    3535
    3636        /* function name and type */
     
    7878    BOOL            _System dbDisconnect();
    7979    signed short    _System dbGetDll(const char *pszDllName);
    80     signed long     _System dbCountFunctionInDll(signed long ulDll);
    81 
     80    signed long     _System dbCountFunctionInDll(signed long ulDll,
     81                                                 BOOL fNotAliases);
    8282    signed short    _System dbCheckInsertDll(const char *pszDll);
    8383    unsigned short  _System dbGet(const char *pszTable,
Note: See TracChangeset for help on using the changeset viewer.