summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/named/ns_parseutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/named/ns_parseutil.h')
-rw-r--r--contrib/bind/bin/named/ns_parseutil.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/bind/bin/named/ns_parseutil.h b/contrib/bind/bin/named/ns_parseutil.h
index 77fc878..efb5c8f 100644
--- a/contrib/bind/bin/named/ns_parseutil.h
+++ b/contrib/bind/bin/named/ns_parseutil.h
@@ -22,7 +22,6 @@
* Symbol Table
*/
-#define SYMBOL_FREE_KEY 0x01
#define SYMBOL_FREE_VALUE 0x02
typedef union symbol_value {
@@ -52,8 +51,8 @@ void free_symbol_table(symbol_table);
void dprint_symbol_table(int, symbol_table);
int lookup_symbol(symbol_table, const char *, int,
symbol_value *);
-void define_symbol(symbol_table, char *, int, symbol_value,
- unsigned int);
+void define_symbol(symbol_table, const char *, int,
+ symbol_value, unsigned int);
void undefine_symbol(symbol_table, char *, int type);
/*
OpenPOWER on IntegriCloud