diff options
-rw-r--r-- | fetchmail.h | 2 | ||||
-rw-r--r-- | rcfile_y.y | 3 |
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 *); @@ -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 { |