diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-01 17:35:00 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-01 17:49:24 +0100 |
commit | e2484ba42fc0d79ed29bdb33a467aca2aaffe3bc (patch) | |
tree | 776d42ebb647361930ad0f14105754aacb3e93cb /include/dm_auth.h | |
parent | 613f146250da654c81d5c29658161f5ebb981adf (diff) |
Remove more XDMCP tentacles
Diffstat (limited to 'include/dm_auth.h')
-rw-r--r-- | include/dm_auth.h | 10 |
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); |