]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/util.h
pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.c
[thirdparty/systemd.git] / src / basic / util.h
index 9699d228f9c8f1147bf551cd65cec607121a5f54..42c262f5983ecc3c32132dce9af3f26bbaf923a4 100644 (file)
@@ -50,7 +50,6 @@ static inline const char* enable_disable(bool b) {
 bool plymouth_running(void);
 
 bool display_is_local(const char *display) _pure_;
-int socket_from_display(const char *display, char **path);
 
 #define NULSTR_FOREACH(i, l)                                    \
         for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1)