From 4d17d6876e4b2f08380812c4ec113073b0a14639 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Jan 2004 13:56:45 +0000 Subject: Dan Fandrich's cleanup patch to make pedantic compiler options cause less warnings. Minor edits by me. --- lib/http.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index c3862cded..fea11f59a 100644 --- a/lib/http.c +++ b/lib/http.c @@ -193,11 +193,11 @@ void Curl_http_auth_act(struct connectdata *conn) * authentication method. */ -CURLcode http_auth_headers(struct connectdata *conn, - char *request, - char *path, - bool *ready) /* set TRUE when the auth phase is - done and ready to do the *actual* +static CURLcode http_auth_headers(struct connectdata *conn, + char *request, + char *path, + bool *ready) /* set TRUE when the auth phase + is done and ready to do the *actual* request */ { CURLcode result = CURLE_OK; -- cgit v1.2.3