From c64e554ad67c0f20ef27cd99446668ed16fe21f4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 29 Oct 1996 21:31:11 +0000 Subject: Move some forward declarations for better encapsulation. svn path=/trunk/; revision=428 --- fetchmail.h | 2 -- 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 *); 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 { -- cgit v1.2.3