aboutsummaryrefslogtreecommitdiff
path: root/lib/krb4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/krb4.h')
-rw-r--r--lib/krb4.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/krb4.h b/lib/krb4.h
index 5da1dc6ef..09e7b27a5 100644
--- a/lib/krb4.h
+++ b/lib/krb4.h
@@ -60,11 +60,6 @@ void Curl_sec_end (struct connectdata *);
CURLcode Curl_sec_login (struct connectdata *);
void Curl_sec_prot (int, char **);
int Curl_sec_request_prot (struct connectdata *conn, const char *level);
-int Curl_sec_set_protection_level(struct connectdata *conn);
void Curl_sec_status (void);
-enum protection_level Curl_set_command_prot(struct connectdata *,
- enum protection_level);
-
-
#endif