1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/third_party/heimdal_build/kafs.h
Volker Lendecke f3934fb9d0 heimdal_build: Fix whitespace
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2024-06-24 16:21:32 +00:00

33 lines
569 B
C

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