os: move xdmcp prototypes to separate header

The xdmcp handling isn't really OS specific, and only few sites actually need
to call it, so at least it's prototypes are better off in some separate header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1311>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-14 18:45:35 +01:00
committed by Marge Bot
parent 664c3b6ba8
commit 194a7c2032
8 changed files with 33 additions and 26 deletions

View File

@@ -192,6 +192,7 @@ SOFTWARE.
#include "xace.h"
#include "rpcauth.h"
#include "xdmcp.h"
Bool defeatAccessControl = FALSE;