summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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);