Ignore:
Timestamp:
Apr 26, 2001, 10:21:31 PM (24 years ago)
Author:
umoeller
Message:

Sources as for V0.9.11.

File:
1 edited

Legend:

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

    r45 r64  
    116116                           ULONG ulFirstReplOfs,
    117117                           ULONG cReplLen,
    118                            const XSTRING *pstrReplaceWith);
     118                           const char *pcszReplaceWith,
     119                           ULONG cReplaceWithLen);
    119120    typedef ULONG XWPENTRY XSTRRPL(PXSTRING pxstr,
    120121                                   ULONG ulFirstReplOfs,
    121122                                   ULONG cReplLen,
    122                                    const XSTRING *pstrReplaceWith);
     123                                   const char *pcszReplaceWith,
     124                                   ULONG cReplaceWithLen);
    123125    typedef XSTRRPL *PXSTRRPL;
    124126
Note: See TracChangeset for help on using the changeset viewer.