r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libraries
[sfrench/samba-autobuild/.git] / source4 / auth / auth.c
index f79e2f7bbded602b5d830469ee60f51839c28102..9100891d5248d0dfb9c3327a06bb2fa39d3275f8 100644 (file)
@@ -51,7 +51,7 @@ BOOL auth_challenge_may_be_modified(struct auth_context *auth_ctx)
  Try to get a challenge out of the various authentication modules.
  Returns a const char of length 8 bytes.
 ****************************************************************************/
-NTSTATUS auth_get_challenge(struct auth_context *auth_ctx, const uint8_t **_chal)
+_PUBLIC_ NTSTATUS auth_get_challenge(struct auth_context *auth_ctx, const uint8_t **_chal)
 {
        NTSTATUS nt_status;
        struct auth_method_context *method;