aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-29 21:31:11 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-29 21:31:11 +0000
commitc64e554ad67c0f20ef27cd99446668ed16fe21f4 (patch)
tree88b4a917ce7e8294616b18b067bf3d61a09d1153 /rcfile_y.y
parent79192d39248d604f034ee8749e7724ead8618828 (diff)
downloadfetchmail-c64e554ad67c0f20ef27cd99446668ed16fe21f4.tar.gz
fetchmail-c64e554ad67c0f20ef27cd99446668ed16fe21f4.tar.bz2
fetchmail-c64e554ad67c0f20ef27cd99446668ed16fe21f4.zip
Move some forward declarations for better encapsulation.
svn path=/trunk/; revision=428
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y3
1 files changed, 3 insertions, 0 deletions
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 {