X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=fd43dfe3ba206762beaa7e48a7dd3e279cf578da;hp=81f4bee774f3cdf5e6ade2264fe11ec79660032c;hb=c5cb11650a1f7ff321b4ac190c8be7f533cf9636;hpb=5b12eeba475a3301c362cf59f138ec7aa60d2dd9 diff --git a/src/odhcpd.h b/src/odhcpd.h index 81f4bee..fd43dfe 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -62,6 +62,7 @@ struct odhcpd_event { struct uloop_fd uloop; void (*handle_dgram)(void *addr, void *data, size_t len, struct interface *iface, void *dest_addr); + void (*handle_error)(int error); };