diff options
author | sbyx <steven@midlink.org> | 2014-07-02 09:28:10 +0200 |
---|---|---|
committer | sbyx <steven@midlink.org> | 2014-07-02 09:28:10 +0200 |
commit | 837da652ea37cd2f8bbfb6a353057eb53e9b75e0 (patch) | |
tree | aa1e71d836bdb17de816d85ffc2c49ae2df9cf0f /src/odhcpd.h | |
parent | 4267915aef64aae345972c77148b11759a172b14 (diff) | |
parent | df3dac62087211a1d4b2827897d80270ba51e413 (diff) |
Merge pull request #18 from dedeckeh/bugfixes
Improved compliance with RFC3315
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index dfaec9b..b2b38dc 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -61,7 +61,7 @@ extern struct list_head leases; struct odhcpd_event { struct uloop_fd uloop; void (*handle_dgram)(void *addr, void *data, size_t len, - struct interface *iface); + struct interface *iface, void *dest_addr); }; |