Changeset 864 in MondoRescue for trunk/mondo/src/include/mr_string.h


Ignore:
Timestamp:
Oct 2, 2006, 1:43:48 AM (18 years ago)
Author:
Bruno Cornec
Message:

mr_stresc added to mr_string.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/include/mr_string.h

    r852 r864  
    1313
    1414extern char *mr_strtok(char *instr, const char *delims, int *lastpos);
     15extern char *mr_stresc(char *instr, char *toesc, const char escchr);
    1516
    1617#endif                          /* MR_STRING_H */
Note: See TracChangeset for help on using the changeset viewer.