summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2018-07-09 16:52:20 +0000
committerMatthieu Herrb <matthieu@herrb.eu>2020-07-14 15:52:39 +0200
commitd5c3db5440f5e19d31ed46054b5d26e5843877cf (patch)
tree9800f5c8fd3f8ab72fc16ce48fba9679cf47a8bf /include
parente34bba1b8b14bd4a567c94c21deb817ad932a948 (diff)
Remove prototype for function that doesn't exist anymore in xenodom.
Diffstat (limited to 'include')
-rw-r--r--include/dm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dm.h b/include/dm.h
index dd7721c..ce80f4f 100644
--- a/include/dm.h
+++ b/include/dm.h
@@ -233,7 +233,6 @@ extern void LoadXloginResources (struct display *d);
extern __dead void ManageSession (struct display *d);
extern void SecureDisplay (struct display *d, Display *dpy);
extern __dead void SessionExit (struct display *d, int status, int removeAuth);
-extern void SessionPingFailed (struct display *d);
extern void SetupDisplay (struct display *d);
extern void UnsecureDisplay (struct display *d, Display *dpy);
extern void execute(char **argv, char **environ);