Coda Distributed File System
avenus.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 6
5
6 Copyright (c) 1987-2008 Carnegie Mellon University
7 Additional copyrights listed below
8
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU General Public Licence Version 2, as shown in the
11file LICENSE. The technical and financial contributors to Coda are
12listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16#*/
17
18#ifndef _AVENUS_H_
19#define _AVENUS_H_
20
21int U_DeleteLocalTokens(const char *realm);
22int U_GetLocalTokens(ClearToken *cToken, EncryptedSecretToken sToken,
23 const char *realm);
24int U_SetLocalTokens(int setPag, ClearToken *cToken,
25 EncryptedSecretToken sToken, const char *realm);
26
27#endif /* _AVENUS_H_ */
int U_DeleteLocalTokens(const char *realm)
Definition: avenus.c:164
int U_SetLocalTokens(int setPag, ClearToken *cToken, EncryptedSecretToken sToken, const char *realm)
int U_GetLocalTokens(ClearToken *cToken, EncryptedSecretToken sToken, const char *realm)