summaryrefslogtreecommitdiff
path: root/src/common/ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ip.c')
-rw-r--r--src/common/ip.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/common/ip.c b/src/common/ip.c
index 8b56251c96..7897fdc9ff 100644
--- a/src/common/ip.c
+++ b/src/common/ip.c
@@ -39,14 +39,14 @@
#ifdef HAVE_UNIX_SOCKETS
-static int getaddrinfo_unix(const char *path,
- const struct addrinfo *hintsp,
- struct addrinfo **result);
-
-static int getnameinfo_unix(const struct sockaddr_un *sa, int salen,
- char *node, int nodelen,
- char *service, int servicelen,
- int flags);
+static int getaddrinfo_unix(const char *path,
+ const struct addrinfo *hintsp,
+ struct addrinfo **result);
+
+static int getnameinfo_unix(const struct sockaddr_un *sa, int salen,
+ char *node, int nodelen,
+ char *service, int servicelen,
+ int flags);
#endif