source: trunk/server/source4/heimdal_build/kafs.h

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 321 bytes
Line 
1int k_hasafs (void) {
2 return 0;
3};
4
5int krb_afslog (const char *cell, const char *realm) {
6 return 0;
7};
8int k_unlog (void) {
9 return 0;
10};
11int k_setpag (void) {
12 return 0;
13};
14krb5_error_code krb5_afslog (krb5_context context,
15 krb5_ccache id,
16 const char *cell,
17 krb5_const_realm realm) {
18 return 0;
19};
Note: See TracBrowser for help on using the repository browser.