aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.h2
-rw-r--r--rcfile_y.y3
2 files changed, 3 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 42d9ffc3..356e48f6 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -188,8 +188,6 @@ 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 *);
diff --git a/rcfile_y.y b/rcfile_y.y
index 62ca5ef0..32bc4716 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -29,6 +29,9 @@ int yydebug; /* in case we didn't generate with -- debug */
static struct query current; /* current server record */
static int prc_errflag;
+
+void prc_register();
+void prc_reset();
%}
%union {