chiark / gitweb /
core: rework logic to determine when we decide to add automatic deps for mounts
[elogind.git] / src / basic / socket-util.h
index a88ab9fd225026dcca56c04483850d79dc6381a6..718de9ba347ff07a8fd2618fd10a08735ced4423 100644 (file)
@@ -162,3 +162,7 @@ struct cmsghdr* cmsg_find(struct msghdr *mh, int level, int type, socklen_t leng
                          1 + strnlen(_sa->sun_path+1, sizeof(_sa->sun_path)-1) : \
                          strnlen(_sa->sun_path, sizeof(_sa->sun_path))); \
         })
+
+#if 0 /// UNNEEDED by elogind
+int socket_ioctl_fd(void);
+#endif // 0