aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 34df7079..2ceec1d8 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -155,6 +155,7 @@ int gen_transact ();
void *xmalloc(int);
char *xstrdup(char *);
+int do_protocol(struct query *, const struct method *);
int doPOP2 (struct query *);
int doPOP3 (struct query *);
int doIMAP (struct query *);
@@ -177,10 +178,21 @@ int parsecmdline (int, char **, struct query *);
void optmerge(struct query *, struct query *);
char *MD5Digest (char *);
int openmailpipe (char **);
+int closemailpipe(int);
int daemonize(const char *, void (*)(int));
+int prc_parse_file(const char *);
+int prc_filecheck(const char *);
+void prc_register();
+void prc_reset();
+
+char *getpassword(char *);
+
void escapes(const char *, char *);
+void yyerror(const char *);
+int yylex();
+
#else
struct query *hostinit();