source: MondoRescue/trunk/mondo/mondo/mondoarchive/mondo-cli-EXT.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: 608 bytes
Line 
1/* mondo-cli-EXT.h */
2
3extern int handle_incoming_parameters(int argc, char *argv[],
4 struct s_bkpinfo *bkpinfo);
5extern int process_the_s_switch(struct s_bkpinfo *bkpinfo, char *value);
6extern int process_switches(struct s_bkpinfo *bkpinfo,
7 char *flag_val[128],
8 bool flag_set[128]);
9extern int retrieve_switches_from_command_line(int argc, char *argv[],
10 char
11 *flag_val[128],
12 bool flag_set[128]);
13extern void help_screen();
14extern void terminate_daemon(int sig);
15extern void set_signals(int on);
16extern void termination_in_progress(int sig);
Note: See TracBrowser for help on using the repository browser.