Ignore:
Timestamp:
Nov 23, 2000, 7:36:41 PM (25 years ago)
Author:
umoeller
Message:

Updates for V0.9.6.

File:
1 edited

Legend:

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

    r12 r13  
    7979    #define xstrIsString(psz) ( (psz != 0) && (*(psz) != 0) )
    8080
     81    PSZ xstrFindWord(const XSTRING *pxstr,
     82                     ULONG ulOfs,
     83                     const XSTRING *pstrFind,
     84                     size_t *pShiftTable,
     85                     PBOOL pfRepeatFind,
     86                     const char *pcszBeginChars,
     87                     const char *pcszEndChars);
     88
    8189    ULONG xstrrpl(PXSTRING pxstr,
    82                   ULONG ulOfs,
     90                  PULONG pulOfs,
    8391                  const XSTRING *pstrSearch,
    8492                  const XSTRING *pstrReplace,
    85                   PULONG pulAfterOfs);
     93                  size_t *pShiftTable,
     94                  PBOOL pfRepeatFind);
    8695
    8796    ULONG xstrcrpl(PXSTRING pxstr,
    88                    ULONG ulOfs,
     97                   PULONG pulOfs,
    8998                   const char *pcszSearch,
    90                    const char *pcszReplace,
    91                    PULONG pulAfterOfs);
     99                   const char *pcszReplace);
    92100#endif
    93101
Note: See TracChangeset for help on using the changeset viewer.