summaryrefslogtreecommitdiff
path: root/include/dm_auth.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-09-01 17:35:00 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2016-09-01 17:49:24 +0100
commite2484ba42fc0d79ed29bdb33a467aca2aaffe3bc (patch)
tree776d42ebb647361930ad0f14105754aacb3e93cb /include/dm_auth.h
parent613f146250da654c81d5c29658161f5ebb981adf (diff)
Remove more XDMCP tentacles
Diffstat (limited to 'include/dm_auth.h')
-rw-r--r--include/dm_auth.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/dm_auth.h b/include/dm_auth.h
index a590a72..edbe086 100644
--- a/include/dm_auth.h
+++ b/include/dm_auth.h
@@ -52,16 +52,6 @@ extern Xauth *Krb5GetAuth (unsigned short namelen, char *name);
extern int ValidAuthorization (unsigned short name_length, char *name);
-# ifdef XDMCP
-
-extern void
-SetProtoDisplayAuthorization (
- struct protoDisplay *pdpy,
- unsigned short authorizationNameLen,
- char *authorizationName);
-
-# endif /* XDMCP */
-
extern int SaveServerAuthorizations (struct display *d, Xauth **auths, int count);
extern void CleanUpFileName (char *src, char *dst, int len);
extern void RemoveUserAuthorization (struct display *d, struct verify_info *verify);