s3-popt: Only include popt-common.h when needed.
[nivanova/samba-autobuild/.git] / source3 / include / popt_common.h
index 7237ca67540185638e265ad0da91682f75f4c7d8..040fae9b2171123ee9a56952f1d1399b3c5ff534 100644 (file)
@@ -55,6 +55,9 @@ struct user_auth_info {
        bool smb_encrypt;
        bool use_machine_account;
        bool fallback_after_kerberos;
+       bool use_ccache;
 };
 
+void popt_common_set_auth_info(struct user_auth_info *auth_info);
+
 #endif /* _POPT_COMMON_H */