X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=fb78ec0eee7812ac1fbe557c3e0797c853e19da2;hp=393194cab2ec8a342b26d00bdc972ab880063e03;hb=fa57225cb62b43adffc37a50c3dbd3fa7d225b0b;hpb=ac70d28ed6ec96e6911cdf56b903f5c5ee3e67c5;ds=inline diff --git a/src/odhcpd.h b/src/odhcpd.h index 393194c..fb78ec0 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -188,6 +188,7 @@ extern struct list_head interfaces; // Exported main functions int odhcpd_register(struct odhcpd_event *event); +int odhcpd_deregister(struct odhcpd_event *event); void odhcpd_process(struct odhcpd_event *event); struct nl_sock *odhcpd_create_nl_socket(int protocol);