Ignore:
Timestamp:
Jul 18, 2000, 9:16:01 AM (25 years ago)
Author:
bird
Message:

Implemented design notes and file info.

File:
1 edited

Legend:

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

    r2759 r3838  
    1 /* $Id: StateUpd.h,v 1.2 2000-02-11 18:35:54 bird Exp $ */
     1/* $Id: StateUpd.h,v 1.3 2000-07-18 07:15:58 bird Exp $ */
    22/*
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    1616typedef struct _options
    1717{
    18     BOOL        fIntegrityBefore;  /* ib  */
    19     BOOL        fIntegrityAfter;   /* ie  */
    20     BOOL        fIntegrityOnly;    /* io  */
    21     BOOL        fRecursive;        /* s   */
    22     BOOL        fOld;              /* Old */
    23     BOOL        fOS2;              /* Ignore OS2 prefixes */
    24     BOOL        fCOMCTL32;         /* Ignore COMCTL32 prefixes */
    25     BOOL        fVERSION;          /* Ignore VERSION prefixes */
    26     char *      pszDLLName;        /* Name of the dll being processed */
    27     signed long lDllRefcode;       /* Database reference code of the dll */
     18    BOOL        fIntegrityBefore;       /* ib  */
     19    BOOL        fIntegrityAfter;        /* ie  */
     20    BOOL        fIntegrityOnly;         /* io  */
     21    BOOL        fRecursive;             /* s   */
     22    BOOL        fOld;                   /* Old */
     23    BOOL        fOS2;                   /* Ignore OS2 prefixes */
     24    BOOL        fCOMCTL32;              /* Ignore COMCTL32 prefixes */
     25    BOOL        fVERSION;               /* Ignore VERSION prefixes */
     26    char *      pszDLLName;             /* Name of the dll being processed */
     27    signed long lDllRefcode;            /* Database reference code of the dll */
     28    signed long lFileRefcode;           /* File reference code. */
     29    signed long lSeqFile;               /* Design note file sequence number. */
    2830} OPTIONS, *POPTIONS;
    2931
Note: See TracChangeset for help on using the changeset viewer.