From ef1322df67d2f9d8aef330330bff9e74d59ee0a5 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 29 Apr 2014 00:05:19 +0200 Subject: Added a few more const where possible --- lib/dotdot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dotdot.h') diff --git a/lib/dotdot.h b/lib/dotdot.h index c3487c137..f511396d7 100644 --- a/lib/dotdot.h +++ b/lib/dotdot.h @@ -21,5 +21,5 @@ * KIND, either express or implied. * ***************************************************************************/ -char *Curl_dedotdotify(char *input); +char *Curl_dedotdotify(const char *input); #endif -- cgit v1.2.3