Ignore:
Timestamp:
Mar 24, 2007, 1:48:55 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mr_exit used instead of exit
  • mr_rs_clean_conf/mr_rs_cleanup/mr_ar_clean_conf/mr_ar_cleanup added
  • compiltaion warnings suppressed
  • Addition of mr_types (for boolean with typedef)
  • struct mr_rs_conf added
  • help_screen removed (useless)
File:
1 edited

Legend:

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

    r1191 r1264  
    964964
    965965/**
    966  * Print a not-so-helpful help message and exit.
    967  */
    968 void help_screen(void)
    969 {
    970     mr_msg(1, "Type 'man mondo-archive' for more information\n");
    971     exit(1);
    972 }
    973 
    974 
    975 /**
    976966 * Terminate Mondo in response to a signal.
    977967 * @param sig The signal number received.
Note: See TracChangeset for help on using the changeset viewer.