aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-23 21:17:41 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-23 21:17:41 +0000
commit3680b8b830e67040c33164ec0ad16df15546b4cf (patch)
tree0f46a064d1961464c406df679c58727f624431f0 /src
parent7f5371aaf1e9669f29d550b8f1acedcf01845f4a (diff)
downloadgnunet-3680b8b830e67040c33164ec0ad16df15546b4cf.tar.gz
gnunet-3680b8b830e67040c33164ec0ad16df15546b4cf.zip
-const
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_http_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/test_http_common.c b/src/transport/test_http_common.c
index 9c619ea60..80b7cbc5b 100644
--- a/src/transport/test_http_common.c
+++ b/src/transport/test_http_common.c
@@ -41,10 +41,10 @@ clean (struct SplittedHTTPAddress *addr)
41 41
42static int 42static int
43check (struct SplittedHTTPAddress *addr, 43check (struct SplittedHTTPAddress *addr,
44 char * protocol, 44 const char *protocol,
45 char * host, 45 const char *host,
46 int port, 46 int port,
47 char * path) 47 const char *path)
48{ 48{
49 if (NULL == addr) 49 if (NULL == addr)
50 return GNUNET_NO; 50 return GNUNET_NO;