Changeset 3193 in MondoRescue for branches/3.1/mondo/src/include/mr_str.h


Ignore:
Timestamp:
Sep 29, 2013, 9:31:34 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Finish with backports from 3.1 for now. Still some work to do, but we will now make that version compile and work again and serve as a base

so the gettext patch can be added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo/src/include/mr_str.h

    r2421 r3193  
    1616
    1717extern char *mr_strtok(char *instr, const char *delims, int *lastpos);
    18 extern char *mr_stresc(char *instr, char *toesc, const char escchr);
    19 extern char *mr_date(void);
     18extern char *mr_stresc(char *instr, char *toesc, const char escchr, const char specialchr);
     19extern inline char *mr_date(void);
    2020extern void mr_strip_spaces(char *in_out);
    2121extern void mr_strip_char(char *in_out, char *caracs);
Note: See TracChangeset for help on using the changeset viewer.