Ignore:
Timestamp:
Nov 9, 2005, 2:44:43 AM (18 years ago)
Author:
bcornec
Message:

libmondo-filelist.c memory review (asprintf and the like) - compiles but no test made yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-filelist-EXT.h

    r59 r120  
    55extern void free_filelist(struct s_node *filelist);
    66extern int get_last_filelist_number(struct s_bkpinfo *bkpinfo);
     7/* BERLIOS: Useless ?
    78extern int add_string_at_node(struct s_node *startnode,
    89                              char *string_to_add);
     10                              */
    911extern struct s_node *load_filelist(char *filelist_fname);
    1012extern void reload_filelist(struct s_node *filelist);
Note: See TracChangeset for help on using the changeset viewer.