aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-23 09:20:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-23 09:20:32 +0000
commit3eccc0552eedb52d294e6333b7ea706bddcba831 (patch)
tree054631c3fa9bca07d080ebd96a8a7cab049d9def /fetchmail.h
parent2d7c58479fb3f0756b16d5829a0ba008c473fde8 (diff)
downloadfetchmail-3eccc0552eedb52d294e6333b7ea706bddcba831.tar.gz
fetchmail-3eccc0552eedb52d294e6333b7ea706bddcba831.tar.bz2
fetchmail-3eccc0552eedb52d294e6333b7ea706bddcba831.zip
Version bump.
svn path=/trunk/; revision=677
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 *);