source: MondoRescue/branches/2.2.6/mondo/src/common/libmondo-cli.h@ 1916

Last change on this file since 1916 was 1915, checked in by Bruno Cornec, 17 years ago

Sharing mondo-cli.c from mondoarchive as libmondo-cli.c for both mondoarchive and mondorestore (Mark Pinkerton <Mark.Pinkerton_at_emageon.com>) - More patches to come after

  • Property svn:keywords set to Id
File size: 453 bytes
Line 
1/* mondo-cli.h
2 * $Id: libmondo-cli.h 1915 2008-04-16 23:10:31Z bruno $
3 */
4
5int handle_incoming_parameters(int argc, char *argv[]);
6int process_the_s_switch(char *value);
7int process_switches(char flag_val[128][MAX_STR_LEN], bool flag_set[128]);
8int retrieve_switches_from_command_line(int argc, char *argv[],
9 char flag_val[128][MAX_STR_LEN],
10 bool flag_set[128]);
11void help_screen();
12void terminate_daemon(int sig);
13void set_signals(int on);
14void termination_in_progress(int sig);
Note: See TracBrowser for help on using the repository browser.