Make keepalive an option (and not a flag)

This commit is contained in:
angt
2015-11-17 23:48:55 +01:00
parent 25b62bf4c6
commit 7fc368cf3c
3 changed files with 35 additions and 17 deletions

View File

@@ -12,4 +12,5 @@ int option_str (void *, int, char **);
int option_long (void *, int, char **);
int option_option (void *, int, char **);
int option (struct option *, int, char **);
int option_is_set (struct option *, const char *);
int option (struct option *, int, char **);