From 3eccc0552eedb52d294e6333b7ea706bddcba831 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 23 Dec 1996 09:20:32 +0000 Subject: Version bump. svn path=/trunk/; revision=677 --- fetchmail.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 5fa4053a..994bc690 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -142,6 +142,10 @@ extern int quitmode; /* if --quit was set */ extern int check_only; /* if --check was set */ extern int cmd_batchlimit; /* if --batchlimit was set */ extern char *cmd_logfile; /* if --logfile was set */ +extern char *interface; /* interface required specification */ +extern char *cmd_interface; /* if --interface was set */ +extern char *monitor; /* monitored interface for activity */ +extern char *cmd_monitor; /* if --monitor was set */ /* these get computed */ extern int batchlimit; /* if --batchlimit was set */ @@ -201,6 +205,10 @@ int daemonize(const char *, void (*)(int)); int prc_parse_file(const char *); int prc_filecheck(const char *); +void interface_parse(void); +void interface_note_activity(void); +int interface_approve(void); + char *getpassword(char *); void escapes(const char *, char *); -- cgit v1.2.3