]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix comment at end of inclusion protection.
authorTed Lemon <source@isc.org>
Wed, 6 Oct 1999 22:43:32 +0000 (22:43 +0000)
committerTed Lemon <source@isc.org>
Wed, 6 Oct 1999 22:43:32 +0000 (22:43 +0000)
dhcpctl/dhcpctl.h

index a242be26ce63a042921bbffa2155247e9ad131dc..c37c28d290ba212ce2906a90dbf6abd1a187cd4b 100644 (file)
@@ -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_ */