From: Mark Andrews Date: Fri, 6 Nov 2009 02:04:52 +0000 (+0000) Subject: remove empty declarations X-Git-Tag: v4_2_0a1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e91b6f3c9b7d849f7cc864c135cf46ddc65ca433;p=thirdparty%2Fdhcp.git remove empty declarations --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index c8751eb84..b3c50166f 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -3328,9 +3328,9 @@ const char *binding_state_print (enum failover_state); /* mdb6.c */ -HASH_FUNCTIONS_DECL(ia, unsigned char *, struct ia_xx, ia_hash_t); +HASH_FUNCTIONS_DECL(ia, unsigned char *, struct ia_xx, ia_hash_t) HASH_FUNCTIONS_DECL(iasubopt, struct in6_addr *, struct iasubopt, - iasubopt_hash_t); + iasubopt_hash_t) isc_result_t iasubopt_allocate(struct iasubopt **iasubopt, const char *file, int line);