From a149411b85bbe74cde47d82193026b9401b29de0 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 11 Oct 2004 12:53:17 +0000 Subject: Some more const string fixes. --- lib/sockunion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sockunion.c') diff --git a/lib/sockunion.c b/lib/sockunion.c index 587b324a..eb29ced2 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c @@ -133,7 +133,7 @@ inet_sutop (union sockunion *su, char *str) } int -str2sockunion (char *str, union sockunion *su) +str2sockunion (const char *str, union sockunion *su) { int ret; -- cgit v1.2.3