From fd547e981727f6b2f9e643035d5251c4491cb5e7 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 9 Apr 2001 00:46:39 +0000 Subject: [PATCH] Fix up a -DDEBUG compile error. --- includes/dhcpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/dhcpd.h b/includes/dhcpd.h index b73a1ed5..3bd45015 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1455,7 +1455,7 @@ char *print_hex_3 PROTO ((unsigned, const u_int8_t *, unsigned)); char *print_dotted_quads PROTO ((unsigned, const u_int8_t *)); char *print_dec_1 PROTO ((unsigned long)); char *print_dec_2 PROTO ((unsigned long)); -void print_expression PROTO ((char *, struct expression *)); +void print_expression PROTO ((const char *, struct expression *)); int token_print_indent_concat (FILE *, int, int, const char *, const char *, ...); int token_indent_data_string (FILE *, int, int, const char *, const char *,