summaryrefslogtreecommitdiffstats
path: root/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-04-17 14:00:09 +0000
committerRoy Marples <roy@marples.name>2016-04-17 14:00:09 +0000
commitcaf646d455672631f61f5da4de25597c43d0e1a7 (patch)
tree4dcc91988bd2b6a8b2fea4190e656b5db9804c6e /if.h
parente3883bfcbccb22af0d2caf03f987867e6a77c7be (diff)
downloaddhcpcd-caf646d455672631f61f5da4de25597c43d0e1a7.tar.xz
Improve xsocket to have the same API as socket.
Diffstat (limited to 'if.h')
-rw-r--r--if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/if.h b/if.h
index fdb73c45..aaf74f1d 100644
--- a/if.h
+++ b/if.h
@@ -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