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