summaryrefslogtreecommitdiff
path: root/src/info2html/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/info2html/main.c')
-rw-r--r--src/info2html/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/info2html/main.c b/src/info2html/main.c
index a490a24b..4bae84aa 100644
--- a/src/info2html/main.c
+++ b/src/info2html/main.c
@@ -10,6 +10,12 @@
#include "utils.h"
#include "version.h"
+/* be quiet or not? */
+static int be_quiet=1;
+
+/* line_number we're on */
+static int work_line_number;
+
int
main(int argc, char **argv)
{