diff options
| author | Roy Marples <roy@marples.name> | 2009-03-23 22:02:37 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-23 22:02:37 +0000 |
| commit | 4a4bcf7cf5fa713dd62912f0c1c7c2e1ef543e4b (patch) | |
| tree | e98d97c8e1e83686cc6ae8c2e956d9fc6c8a6ea9 /dhcp.h | |
| parent | a43ccb9f89972786e75b2140edf109af72bd8467 (diff) | |
| download | dhcpcd-4a4bcf7cf5fa713dd62912f0c1c7c2e1ef543e4b.tar.xz | |
Improve PTP INFORM support some more.
Diffstat (limited to 'dhcp.h')
| -rw-r--r-- | dhcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -186,6 +186,7 @@ struct rt *get_option_routes(const struct dhcp_message *); ssize_t configure_env(char **, const char *, const struct dhcp_message *, const struct if_options *); +int dhcp_message_add_addr(struct dhcp_message *, uint8_t, struct in_addr); ssize_t make_message(struct dhcp_message **, const struct interface *, uint8_t); int valid_dhcp_packet(unsigned char *); |
