Ignore:
Timestamp:
Jan 1, 2001, 4:30:29 PM (25 years ago)
Author:
umoeller
Message:

Tons of updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/xstring.h

    r15 r18  
    5858    typedef XSTRINITSET *PXSTRINITSET;
    5959
    60     void XWPENTRY xstrInitCopy(PXSTRING pxstr, const char *pcszSource);
    61     typedef void XWPENTRY XSTRINITCOPY(PXSTRING pxstr, const char *pcszSource);
     60    void XWPENTRY xstrInitCopy(PXSTRING pxstr, const char *pcszSource, ULONG ulExtraAllocate);
     61    typedef void XWPENTRY XSTRINITCOPY(PXSTRING pxstr, const char *pcszSource, ULONG ulExtraAllocate);
    6262    typedef XSTRINITCOPY *PXSTRINITCOPY;
    6363
Note: See TracChangeset for help on using the changeset viewer.