aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h8
1 files changed, 8 insertions, 0 deletions
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 *);