diff options
| author | Roy Marples <roy@marples.name> | 2019-02-19 21:46:06 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-02-19 21:46:06 +0000 |
| commit | 0ac6d9c9ebb8e179a1887181527e3684beb17df0 (patch) | |
| tree | c552fe32f5fe4319f8ea04bc37b9ff1a6e540375 /src/if.h | |
| parent | 184900959b2ba642511cd8b1c6276f02528e371d (diff) | |
| download | dhcpcd-0ac6d9c9ebb8e179a1887181527e3684beb17df0.tar.xz | |
Fold all CMSG parsing into a common function.
Makes dhcpcd smaller still.
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -209,5 +209,7 @@ int if_getlifetime6(struct ipv6_addr *); #endif int if_machinearch(char *, size_t); +struct interface *if_findifpfromcmsg(struct dhcpcd_ctx *, + struct msghdr *, int *); int xsocket(int, int, int); #endif |
