Changeset 1164 in MondoRescue for branches/stable/mondo/src/mondoarchive


Ignore:
Timestamp:
Feb 14, 2007, 9:35:00 PM (17 years ago)
Author:
Bruno Cornec
Message:

Compiler warning solved (M. Loiseleur again !)
Code displaced to ease memeory management in case of exit in libmondo-archive.c

Location:
branches/stable/mondo/src/mondoarchive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondo-cli-EXT.h

    r128 r1164  
    1111                                               flag_val[128][MAX_STR_LEN],
    1212                                               bool flag_set[128]);
    13 extern void help_screen();
     13extern void help_screen(void);
    1414extern void terminate_daemon(int sig);
    1515extern void set_signals(int on);
  • branches/stable/mondo/src/mondoarchive/mondo-cli.c

    r1156 r1164  
    943943 * Print a not-so-helpful help message and exit.
    944944 */
    945 void help_screen()
     945void help_screen(void)
    946946{
    947947    mr_msg(1, "Type 'man mondo-archive' for more information\n");
Note: See TracChangeset for help on using the changeset viewer.