Changeset 783 in MondoRescue for trunk/mondo/mondo/include/mr_string.h


Ignore:
Timestamp:
Aug 31, 2006, 5:09:20 PM (18 years ago)
Author:
Bruno Cornec
Message:
  • Massive rewrite continues for memory management.
  • main structure should now have all parameters allocated dynamically
  • new lib libmr.a + dir + build process reviewed to support it.
  • new include subdir to host external definitions of the new lib
  • code now compiles. Still one remaining link issues for mondorestore. This should allow for some tests soon.

(goal is to separate completely reviewed code and functions and provide clean interfaces)

Location:
trunk/mondo/mondo/include
Files:
1 added
1 moved

Legend:

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

    r768 r783  
    2626/* functions (public methods) */
    2727
    28 char *mr_strtok(char *instr, const char *delims, int *lastpos);
     28extern char *mr_strtok(char *instr, const char *delims, int *lastpos);
    2929
    3030#endif                          /* MR_STRING_H */
Note: See TracChangeset for help on using the changeset viewer.