[DHCPCSVC] Add the ability to stop the DHCP client
[reactos.git] / base / services / dhcpcsvc / include / dhcpd.h
index d6a2fa4..b7b01b4 100644 (file)
@@ -351,7 +351,7 @@ extern void (*bootp_packet_handler)(struct interface_info *,
     struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *);
 void discover_interfaces(struct interface_info *);
 void reinitialize_interfaces(void);
-void dispatch(void);
+void dispatch(HANDLE hStopEvent);
 void got_one(struct protocol *);
 void add_timeout(time_t, void (*)(void *), void *);
 void cancel_timeout(void (*)(void *), void *);