Ignore:
Timestamp:
Jan 16, 2001, 8:49:10 PM (25 years ago)
Author:
umoeller
Message:

Fixes for V0.9.7.

File:
1 edited

Legend:

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

    r21 r23  
    6363                const char *pcszInsert);
    6464
    65     ULONG strhrpl(PSZ *ppszBuf,
    66                   PULONG pulOfs,
    67                   const char *pcszSearch,
    68                   const char *pcszReplace);
     65    ULONG strhFindReplace(PSZ *ppszBuf,
     66                          PULONG pulOfs,
     67                          const char *pcszSearch,
     68                          const char *pcszReplace);
    6969
    7070    ULONG strhWords(PSZ psz);
     
    129129    PSZ strhFindNextLine(PSZ pszSearchIn, PULONG pulOffset);
    130130
    131     PSZ strhFindKey(const char *pcszSearchIn,
    132                     const char *pcszKey,
    133                     PBOOL pfIsAllUpperCase);
    134 
    135     PSZ strhGetParameter(const char *pcszSearchIn,
    136                          const char *pcszKey,
    137                          PSZ pszCopyTo,
    138                          ULONG cbCopyTo);
    139 
    140     PSZ strhSetParameter(PSZ* ppszBuf,
    141                          const char *pcszKey,
    142                          PSZ pszNewParam,
    143                          BOOL fRespectCase);
    144 
    145     BOOL strhDeleteLine(PSZ pszSearchIn, PSZ pszKey);
    146 
    147131    BOOL strhBeautifyTitle(PSZ psz);
    148132
Note: See TracChangeset for help on using the changeset viewer.