got rid of ipv4 specific code from imap/pop3 importing

This commit is contained in:
SJ
2013-04-01 16:15:43 +02:00
parent 68882e0f47
commit 4e922152d6
6 changed files with 67 additions and 65 deletions

View File

@@ -39,8 +39,6 @@ void init_session_data(struct session_data *sdata, struct __config *cfg);
int read_from_stdin(struct session_data *sdata);
void strtolower(char *s);
unsigned long resolve_host(char *host);
#ifndef _GNU_SOURCE
char *strcasestr(const char *s, const char *find);
#endif