diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 18:23:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 18:23:17 +0000 |
commit | 1715ab1008073e39d9355e58fea0a6fa62f9ebd7 (patch) | |
tree | 7f20db02e04b95535c5a01ec6d4e94edceb73779 /fetchmail.h | |
parent | d460f445287037708d6962fff4082704164850e9 (diff) | |
download | fetchmail-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.h | 1 |
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 *); |