summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/util/config_file.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 00:07:51 +0000
committerdes <des@FreeBSD.org>2013-09-15 00:07:51 +0000
commitaafb05a3bcadf34af0465fcf05f3fc918053ed4f (patch)
tree1959a0b572defc0a12a774a7384abffcd75bba77 /contrib/unbound/util/config_file.c
parentf5cbd4e274ad51ad3805bcbafdff71eaa8d5699a (diff)
downloadFreeBSD-src-aafb05a3bcadf34af0465fcf05f3fc918053ed4f.zip
FreeBSD-src-aafb05a3bcadf34af0465fcf05f3fc918053ed4f.tar.gz
Move prototypes into header.
Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound/util/config_file.c')
-rw-r--r--contrib/unbound/util/config_file.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/unbound/util/config_file.c b/contrib/unbound/util/config_file.c
index b946f0d..ebfb795 100644
--- a/contrib/unbound/util/config_file.c
+++ b/contrib/unbound/util/config_file.c
@@ -59,16 +59,6 @@
/** global config during parsing */
struct config_parser_state* cfg_parser = 0;
-/** lex in file */
-extern FILE* ub_c_in;
-/** lex out file */
-extern FILE* ub_c_out;
-/** the yacc lex generated parse function */
-int ub_c_parse(void);
-/** the lexer function */
-int ub_c_lex(void);
-/** wrap function */
-int ub_c_wrap(void);
/** init ports possible for use */
static void init_outgoing_availports(int* array, int num);
OpenPOWER on IntegriCloud