From 1b00298b52a2d66126ddec8688001e46b4f45f5b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Aug 2001 10:14:06 +0000 Subject: modified to use the renamed kerberos functions with Curl_ prefix --- lib/security.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/security.h') diff --git a/lib/security.h b/lib/security.h index 82415873b..b2543ab14 100644 --- a/lib/security.h +++ b/lib/security.h @@ -45,7 +45,7 @@ struct Curl_sec_client_mech { #define AUTH_CONTINUE 1 #define AUTH_ERROR 2 -extern struct Curl_sec_client_mech krb4_client_mech, gss_client_mech; +extern struct Curl_sec_client_mech Curl_krb4_client_mech; int Curl_sec_fflush_fd(struct connectdata *conn, int fd); int Curl_sec_fprintf (struct connectdata *, FILE *, const char *, ...); @@ -66,7 +66,7 @@ int Curl_sec_request_prot (struct connectdata *conn, const char *level); void Curl_sec_set_protection_level(struct connectdata *conn); void Curl_sec_status (void); -enum protection_level set_command_prot(struct connectdata *, - enum protection_level); +enum protection_level Curl_set_command_prot(struct connectdata *, + enum protection_level); #endif -- cgit v1.2.3