diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 21:31:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 21:31:11 +0000 |
commit | c64e554ad67c0f20ef27cd99446668ed16fe21f4 (patch) | |
tree | 88b4a917ce7e8294616b18b067bf3d61a09d1153 /rcfile_y.y | |
parent | 79192d39248d604f034ee8749e7724ead8618828 (diff) | |
download | fetchmail-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.y | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |