os: auth: factor out auth proto names into defines

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-03-10 10:39:11 +01:00
parent 73abb7150d
commit e89006d015
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@
#include "dix.h"
#define XAUTH_PROTO_MIT "MIT-MAGIC-COOKIE-1"
#define XAUTH_PROTO_XDM "XDM-AUTHORIZATION-1"
#define AuthInitArgs void
typedef void (*AuthInitFunc) (AuthInitArgs);