diff options
| author | Roy Marples <roy@marples.name> | 2016-04-17 14:00:09 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-04-17 14:00:09 +0000 |
| commit | caf646d455672631f61f5da4de25597c43d0e1a7 (patch) | |
| tree | 4dcc91988bd2b6a8b2fea4190e656b5db9804c6e /if.h | |
| parent | e3883bfcbccb22af0d2caf03f987867e6a77c7be (diff) | |
| download | dhcpcd-caf646d455672631f61f5da4de25597c43d0e1a7.tar.xz | |
Improve xsocket to have the same API as socket.
Diffstat (limited to 'if.h')
| -rw-r--r-- | if.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,5 +174,5 @@ int if_initrt6(struct interface *); #endif int if_machinearch(char *, size_t); -int xsocket(int, int, int, int); +int xsocket(int, int, int); #endif |
