aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-31 18:23:17 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-31 18:23:17 +0000
commit1715ab1008073e39d9355e58fea0a6fa62f9ebd7 (patch)
tree7f20db02e04b95535c5a01ec6d4e94edceb73779 /fetchmail.h
parentd460f445287037708d6962fff4082704164850e9 (diff)
downloadfetchmail-1715ab1008073e39d9355e58fea0a6fa62f9ebd7.tar.gz
fetchmail-1715ab1008073e39d9355e58fea0a6fa62f9ebd7.tar.bz2
fetchmail-1715ab1008073e39d9355e58fea0a6fa62f9ebd7.zip
Move /proc/net/dev derivation to runtime.
svn path=/trunk/; revision=2367
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 243fd623..1e4e6c51 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -433,6 +433,7 @@ extern int MimeBodyType(unsigned char *hdrs, int WantDecode);
extern int UnMimeBodyline(unsigned char **buf, int collapsedoubledot);
/* interface.c */
+void interface_init(void);
void interface_parse(char *, struct hostdata *);
void interface_note_activity(struct hostdata *);
int interface_approve(struct hostdata *);