1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/third_party/heimdal_build/kafs.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
570 B
C
Raw Normal View History

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;
};