heimdal_build: provide a prototype with the dummy afs header-only function stubs
[amitay/samba.git] / source4 / heimdal_build / kafs.h
index 878dd0839709eaa071a503bc6d671d909d7a0457..bf2e02894aa8e440625c577e4c8c8405e389e308 100644 (file)
@@ -1,16 +1,29 @@
+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,