summaryrefslogtreecommitdiff
path: root/include
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
parent613f146250da654c81d5c29658161f5ebb981adf (diff)
Remove more XDMCP tentacles
Diffstat (limited to 'include')
-rw-r--r--include/dm.h3
-rw-r--r--include/dm_auth.h10
2 files changed, 1 insertions, 12 deletions
diff --git a/include/dm.h b/include/dm.h
index 0122046..df2fa81 100644
--- a/include/dm.h
+++ b/include/dm.h
@@ -356,8 +356,7 @@ extern void printEnv (char **e);
/* in verify.c */
extern int Verify (struct display *d, struct greet_info *greet, struct verify_info *verify);
-/* in xdmcp.c */
-
+/* in dm.c */
extern void StopDisplay (struct display *d);
extern void WaitForChild (void);
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);