chiark / gitweb /
core: introduce parse_ip_port (#4825)
[elogind.git] / src / basic / socket-util.h
index 93454f6ac3a644a926df7ae5d8100ca4b08cb61c..718de9ba347ff07a8fd2618fd10a08735ced4423 100644 (file)
@@ -163,4 +163,6 @@ struct cmsghdr* cmsg_find(struct msghdr *mh, int level, int type, socklen_t leng
                          strnlen(_sa->sun_path, sizeof(_sa->sun_path))); \
         })
 
+#if 0 /// UNNEEDED by elogind
 int socket_ioctl_fd(void);
+#endif // 0