From: Ted Lemon Date: Wed, 6 Oct 1999 22:43:32 +0000 (+0000) Subject: Fix comment at end of inclusion protection. X-Git-Tag: BCTEL_SPECIAL_19991124~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89619cf93e18b52c02be36a1bd6d3b2390b78e79;p=thirdparty%2Fdhcp.git Fix comment at end of inclusion protection. --- diff --git a/dhcpctl/dhcpctl.h b/dhcpctl/dhcpctl.h index a242be26c..c37c28d29 100644 --- a/dhcpctl/dhcpctl.h +++ b/dhcpctl/dhcpctl.h @@ -49,11 +49,10 @@ typedef struct { } dhcpctl_remote_object_t; #ifndef __cplusplus -// for some reason, these cause problems when included in C++ classes +/* for some reason, these cause problems when included in C++ classes */ omapi_object_type_t *dhcpctl_callback_type; omapi_object_type_t *dhcpctl_remote_type; #endif -#endif _DHCPCTL_H_ dhcpctl_status dhcpctl_initialize (void); dhcpctl_status dhcpctl_connect (dhcpctl_handle *, @@ -101,3 +100,4 @@ isc_result_t dhcpctl_remote_signal_handler (omapi_object_t *, isc_result_t dhcpctl_remote_stuff_values (omapi_object_t *, omapi_object_t *, omapi_object_t *); +#endif /* _DHCPCTL_H_ */