summaryrefslogtreecommitdiffstats
path: root/third_party/heimdal_build/kafs.h
blob: bf2e02894aa8e440625c577e4c8c8405e389e308 (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
int k_hasafs (void);

int k_hasafs (void) {
	return 0;
};

int krb_afslog (const char *cell, const char *realm);

int krb_afslog (const char *cell, const char *realm) {
	return 0;
};
int k_unlog (void);

int k_unlog (void) {
	return 0;
};
int k_setpag (void);

int k_setpag (void) {
	return 0;
};
krb5_error_code krb5_afslog (krb5_context context,
				 krb5_ccache id,
				 const char *cell,
			     krb5_const_realm realm);

krb5_error_code krb5_afslog (krb5_context context,
				 krb5_ccache id, 
				 const char *cell,
			     krb5_const_realm realm) {
	return 0;
};