Ignore:
Timestamp:
Sep 6, 2001, 5:07:32 AM (24 years ago)
Author:
bird
Message:

Design note improovments.

File:
1 edited

Legend:

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

    r3917 r6663  
    1 /* $Id: db.h,v 1.13 2000-08-02 02:18:05 bird Exp $ */
     1/* $Id: db.h,v 1.14 2001-09-06 03:07:32 bird Exp $ */
    22/*
    33 * DB - contains all database routines
     
    140140                                             const char *pszTitle,
    141141                                             const char *pszText,
     142                                             signed long lLevel,
    142143                                             signed long lSeqNbr,
    143                                              signed long lSeqNbrFile,
    144                                              signed long lLine);
     144                                             signed long lSeqNbrNote,
     145                                             signed long lLine,
     146                                             BOOL        fSubSection,
     147                                             signed long *plRefCode);
    145148    unsigned long    _System dbCreateHistory(char *pszError);
    146149    unsigned long    _System dbCheckIntegrity(char *pszError);
Note: See TracChangeset for help on using the changeset viewer.