summaryrefslogtreecommitdiffstats
path: root/prologue.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-05 16:11:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-05 16:11:14 +0000
commite653c8089f13da940f3273f95fca6e7098852332 (patch)
treee19a75aef0ae2a0f694afc55e78b9a8dc54e5a3f /prologue.c
parentaf139bb8a38b36a5e3c8b1ce4b6455e65fcbb2e5 (diff)
downloadmandoc-e653c8089f13da940f3273f95fca6e7098852332.tar.gz
Finished initial parse sequence.
Diffstat (limited to 'prologue.c')
-rw-r--r--prologue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/prologue.c b/prologue.c
index 77ed3fcc..ce1affee 100644
--- a/prologue.c
+++ b/prologue.c
@@ -24,6 +24,8 @@
#include "private.h"
+/* FIXME: deprecate into actions.c! */
+
static int prologue_dt(MACRO_PROT_ARGS);
static int prologue_dd(MACRO_PROT_ARGS);
static int prologue_os(MACRO_PROT_ARGS);