Changeset 3193 in MondoRescue for branches/3.2/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.2/mondo/src/include/mr_str.h

    r3171 r3193  
    1919extern inline char *mr_date(void);
    2020extern void mr_strip_spaces(char *in_out);
     21/*
     22extern void mr_strip_char(char *in_out, char *caracs);
     23extern void mr_chomp(char *in_out);
     24*/
    2125
    2226#endif                          /* MR_STR_H */
Note: See TracChangeset for help on using the changeset viewer.