X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=fd43dfe3ba206762beaa7e48a7dd3e279cf578da;hp=81f4bee774f3cdf5e6ade2264fe11ec79660032c;hb=e60710d1fe0c5bf19b9acf9b116e0645e8e114d1;hpb=aa3a13659ad6d2934f31e47a805b462269645f2d 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); };