Last change
on this file since 1002 was 128, checked in by bcornec, 19 years ago |
indent on all the C code
|
-
Property svn:keywords
set to
Id
|
File size:
550 bytes
|
Line | |
---|
1 | /* mondo-cli.h
|
---|
2 | * $Id: mondo-cli.h 128 2005-11-19 01:27:41Z 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][MAX_STR_LEN], bool flag_set[128]);
|
---|
10 | int retrieve_switches_from_command_line(int argc, char *argv[],
|
---|
11 | char flag_val[128][MAX_STR_LEN],
|
---|
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.