From: Ted Lemon Date: Mon, 9 Apr 2001 00:46:39 +0000 (+0000) Subject: Fix up a -DDEBUG compile error. X-Git-Tag: V3-RC1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd547e981727f6b2f9e643035d5251c4491cb5e7;p=thirdparty%2Fdhcp.git Fix up a -DDEBUG compile error. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index b73a1ed59..3bd450150 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 *,