git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c
@@ -30,7 +30,6 @@ char *server_name = NULL;
int verbose = FALSE;
int process_arguments (int, char **);
-int call_getopt (int, char **);
int validate_arguments (void);
void print_help (void);
void print_usage (void);
@@ -17,7 +17,6 @@
#define PROGNAME "check_swap"
int process_arguments (int argc, char **argv);
-int call_getopt (int argc, char **argv);