Last change
on this file since 923 was 171, checked in by bcornec, 19 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 |
|
---|
5 | int handle_incoming_parameters(int argc, char *argv[],
|
---|
6 | struct s_bkpinfo *bkpinfo);
|
---|
7 | int process_the_s_switch(struct s_bkpinfo *bkpinfo, char *value);
|
---|
8 | int process_switches(struct s_bkpinfo *bkpinfo,
|
---|
9 | char *flag_val[128], bool flag_set[128]);
|
---|
10 | int retrieve_switches_from_command_line(int argc, char *argv[],
|
---|
11 | char *flag_val[128],
|
---|
12 | bool flag_set[128]);
|
---|
13 | void help_screen();
|
---|
14 | void terminate_daemon(int sig);
|
---|
15 | void set_signals(int on);
|
---|
16 | void termination_in_progress(int sig);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.