aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/int-proto.h
blob: 4bf8522254b5cc173c48869fdb2320a8535cfac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
 * $Source$
 * $Author$
 * $Id$
 *
 * Copyright 1990,1991 the Massachusetts Institute of Technology.
 * All Rights Reserved.
 *
 * For copying and distribution information, please see the file
 * <krb5/copyright.h>.
 *
 * Function prototypes for Kerberos V5 library internal functions.
 */

#include <krb5/copyright.h>

#ifndef KRB5_INT_FUNC_PROTO__
#define KRB5_INT_FUNC_PROTO__
/* widen prototypes, if needed */
#include <krb5/widen.h>

krb5_error_code krb5_tgtname
    PROTOTYPE((const krb5_data *,
	       const krb5_data *,
	       krb5_principal *));
krb5_error_code krb5_get_cred_via_tgt
    PROTOTYPE((krb5_creds *,
	       const krb5_flags,
	       const krb5_enctype,
	       const krb5_cksumtype,
	       krb5_creds * ));
krb5_error_code krb5_walk_realm_tree
    PROTOTYPE((const krb5_data *,
	       const krb5_data *,
	       krb5_principal **));
void krb5_free_realm_tree
    PROTOTYPE((const krb5_principal *));

/* and back to normal... */
#include <krb5/narrow.h>

#endif /* KRB5_INT_FUNC_PROTO__ */