chiark / gitweb /
core: unify how we create the notify and private dbus socket
[elogind.git] / src / shared / util.h
index 4997225d832872e4a2146d1f65ecc5b62e3be9b0..24480be682c3f51d8f83a7586a8102b52ed2ce51 100644 (file)
@@ -582,8 +582,6 @@ static inline bool _pure_ in_charset(const char *s, const char* charset) {
 
 int block_get_whole_disk(dev_t d, dev_t *ret);
 
-int file_is_priv_sticky(const char *p);
-
 #define NULSTR_FOREACH(i, l)                                    \
         for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1)