File: xdmauth.h

package info (click to toggle)
xwayland 2%3A24.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,656 kB
  • sloc: ansic: 202,932; xml: 6,578; sh: 208; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _XSERVER_OS_XDMAUTH_H
#define _XSERVER_OS_XDMAUTH_H

#include "auth.h"

XID XdmCheckCookie(AuthCheckArgs);
int XdmAddCookie(AuthAddCArgs);
int XdmFromID(AuthFromIDArgs);
int XdmRemoveCookie(AuthRemCArgs);
int XdmResetCookie(AuthRstCArgs);
void XdmAuthenticationInit(const char *cookie, int cookie_length);

#endif /* _XSERVER_OS_XDMAUTH_H */