modified to use the renamed kerberos functions with Curl_ prefix

This commit is contained in:
Daniel Stenberg
2001-08-17 10:14:06 +00:00
parent 5ad4a52281
commit 1b00298b52
4 changed files with 15 additions and 15 deletions

View File

@@ -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