source: MondoRescue/branches/2.2.9/mondo/src/common/libmondo-cli-EXT.h@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:eol-style set to native
File size: 536 bytes
Line 
1/* libmondo-cli-EXT.h */
2
3extern int handle_incoming_parameters(int argc, char *argv[]);
4extern int process_the_s_switch(char *value);
5extern int process_switches(char flag_val[128][MAX_STR_LEN],
6 bool flag_set[128]);
7extern int retrieve_switches_from_command_line(int argc, char *argv[],
8 char
9 flag_val[128][MAX_STR_LEN],
10 bool flag_set[128]);
11extern void help_screen();
12extern void terminate_daemon(int sig);
13extern void set_signals(int on);
14extern void termination_in_progress(int sig);
Note: See TracBrowser for help on using the repository browser.