File: rpcauth.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-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _XSERVER_OS_RPCAUTH_H
#define _XSERVER_OS_RPCAUTH_H

#include "auth.h"

void SecureRPCInit(AuthInitArgs);
XID SecureRPCCheck(AuthCheckArgs);
int SecureRPCAdd(AuthAddCArgs);
int SecureRPCFromID(AuthFromIDArgs);
int SecureRPCRemove(AuthRemCArgs);
int SecureRPCReset(AuthRstCArgs);

#endif /* _XSERVER_OS_RPCAUTH_H */