diff options
author | Steven Barth <steven@midlink.org> | 2014-10-17 13:14:47 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-10-17 13:14:47 +0200 |
commit | ff9d2a001bea612cad05d9d317f0f0ca555aa72f (patch) | |
tree | 0b5f384019cdb2933cad17a72785b32566a0ca0a /src/odhcpd.h | |
parent | b4fe0fbfe452e503e689104f093ee32875bc48d3 (diff) |
ndp: more fixes
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 91c4f94..c0e509d 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -179,6 +179,7 @@ extern struct list_head interfaces; // Exported main functions int odhcpd_open_rtnl(void); int odhcpd_register(struct odhcpd_event *event); +void odhcpd_process(struct odhcpd_event *event); ssize_t odhcpd_send(int socket, struct sockaddr_in6 *dest, struct iovec *iov, size_t iov_len, |