source: MondoRescue/trunk/mondo/mondo/mondoarchive/mondo-cli.h@ 171

Last change on this file since 171 was 171, checked in by bcornec, 18 years ago

memory management continues:

  • mondoarchive handled completely
  • bkpinfo, begining of dyn. alloc.
  • lot of changes around memory everywhere

=> even if it compiles, i'm pretty sure it doesn't work yet (even not tried)

  • Property svn:keywords set to Id
File size: 526 bytes
Line 
1/* mondo-cli.h
2 * $Id: mondo-cli.h 171 2005-12-08 16:20:29Z bcornec $
3 */
4
5int handle_incoming_parameters(int argc, char *argv[],
6 struct s_bkpinfo *bkpinfo);
7int process_the_s_switch(struct s_bkpinfo *bkpinfo, char *value);
8int process_switches(struct s_bkpinfo *bkpinfo,
9 char *flag_val[128], bool flag_set[128]);
10int retrieve_switches_from_command_line(int argc, char *argv[],
11 char *flag_val[128],
12 bool flag_set[128]);
13void help_screen();
14void terminate_daemon(int sig);
15void set_signals(int on);
16void termination_in_progress(int sig);
Note: See TracBrowser for help on using the repository browser.