aboutsummaryrefslogtreecommitdiff
path: root/lib/security.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-17 10:14:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-17 10:14:06 +0000
commit1b00298b52a2d66126ddec8688001e46b4f45f5b (patch)
tree5dc771864015dcc43ac37b3c81ec6f07525a9984 /lib/security.h
parent5ad4a522811b799480b6cc32335c36b62ebc98a0 (diff)
modified to use the renamed kerberos functions with Curl_ prefix
Diffstat (limited to 'lib/security.h')
-rw-r--r--lib/security.h6
1 files changed, 3 insertions, 3 deletions
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