diff options
| author | Roy Marples <roy@marples.name> | 2008-09-04 14:08:14 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-04 14:08:14 +0000 |
| commit | 064dd58ee2542ff28fdc0e6615c434529c6c92a0 (patch) | |
| tree | f2015bcd66b57205b609565fcf683fec43245229 /net.h | |
| parent | 335b626a1731fed77776bae520a922435d94807a (diff) | |
| download | dhcpcd-064dd58ee2542ff28fdc0e6615c434529c6c92a0.tar.xz | |
Enable detection of addition and removal of interfaces on Linux.
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -149,9 +149,9 @@ ssize_t send_raw_packet(const struct interface *, int, ssize_t get_raw_packet(struct interface *, int, void *, ssize_t); int open_link_socket(void); -int manage_link(int, struct interface *, - void (*)(struct interface *), +int manage_link(int, void (*)(const char *), - void (*)(struct interface *)); + void (*)(const char *), + void (*)(const char *)); int carrier_status(const char *); #endif |
