From 3680b8b830e67040c33164ec0ad16df15546b4cf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Jun 2014 21:17:41 +0000 Subject: -const --- src/transport/test_http_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/transport/test_http_common.c') 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) static int check (struct SplittedHTTPAddress *addr, - char * protocol, - char * host, + const char *protocol, + const char *host, int port, - char * path) + const char *path) { if (NULL == addr) return GNUNET_NO; -- cgit v1.2.3