summaryrefslogtreecommitdiff
path: root/lib/dotdot.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-04-29 00:05:19 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-04-29 00:05:19 +0200
commitef1322df67d2f9d8aef330330bff9e74d59ee0a5 (patch)
treebc46185c2e96db01d12d42c0718b5c2a03149ed4 /lib/dotdot.h
parent970ce28c12ddcf7ca0b3edd1446e34ea9cfb5cd1 (diff)
downloadcurl-ef1322df67d2f9d8aef330330bff9e74d59ee0a5.tar.gz
Added a few more const where possible
Diffstat (limited to 'lib/dotdot.h')
-rw-r--r--lib/dotdot.h2
1 files changed, 1 insertions, 1 deletions
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