aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
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 {