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

Last change on this file since 252 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
RevLine 
[1]1/* mondo-cli.h
[59]2 * $Id: mondo-cli.h 171 2005-12-08 16:20:29Z bcornec $
[1]3 */
4
[59]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);
[59]8int process_switches(struct s_bkpinfo *bkpinfo,
[171]9 char *flag_val[128], bool flag_set[128]);
[59]10int retrieve_switches_from_command_line(int argc, char *argv[],
[171]11 char *flag_val[128],
[59]12 bool flag_set[128]);
13void help_screen();
[1]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.