|
Last change
on this file since 1887 was 1647, checked in by Bruno Cornec, 18 years ago |
|
remove bkpinfo also from header files
|
-
Property svn:keywords
set to
Id
|
|
File size:
453 bytes
|
| Line | |
|---|
| 1 | /* mondo-cli.h
|
|---|
| 2 | * $Id: mondo-cli.h 1647 2007-09-24 01:24:45Z bruno $
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | int handle_incoming_parameters(int argc, char *argv[]);
|
|---|
| 6 | int process_the_s_switch(char *value);
|
|---|
| 7 | int process_switches(char flag_val[128][MAX_STR_LEN], bool flag_set[128]);
|
|---|
| 8 | int retrieve_switches_from_command_line(int argc, char *argv[],
|
|---|
| 9 | char flag_val[128][MAX_STR_LEN],
|
|---|
| 10 | bool flag_set[128]);
|
|---|
| 11 | void help_screen();
|
|---|
| 12 | void terminate_daemon(int sig);
|
|---|
| 13 | void set_signals(int on);
|
|---|
| 14 | void termination_in_progress(int sig);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.