source: MondoRescue/branches/stable/mondo/src/mondoarchive/mondo-cli.h@ 1264

Last change on this file since 1264 was 1264, checked in by Bruno Cornec, 17 years ago
  • 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)
  • Property svn:keywords set to Id
File size: 530 bytes
RevLine 
[1]1/* mondo-cli.h
[128]2 * $Id: mondo-cli.h 1264 2007-03-24 00:48:55Z bruno $
[1]3 */
4
[128]5int handle_incoming_parameters(int argc, char *argv[],
6 struct s_bkpinfo *bkpinfo);
[1]7int process_the_s_switch(struct s_bkpinfo *bkpinfo, char *value);
[128]8int process_switches(struct s_bkpinfo *bkpinfo,
9 char flag_val[128][MAX_STR_LEN], bool flag_set[128]);
10int retrieve_switches_from_command_line(int argc, char *argv[],
11 char flag_val[128][MAX_STR_LEN],
12 bool flag_set[128]);
[1]13void terminate_daemon(int sig);
14void set_signals(int on);
15void termination_in_progress(int sig);
Note: See TracBrowser for help on using the repository browser.