From 8c328f1106cf0498333c2d8a96940e7b4581e316 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 5 Oct 2004 21:01:23 +0000 Subject: Number of warnings is down to 3 again in lib directory. A lot of const's added to strings and a lot of int -> unsigned int changes. --- lib/zclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zclient.h') diff --git a/lib/zclient.h b/lib/zclient.h index 03a6e0a7..d18cf628 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -109,7 +109,7 @@ int zclient_start (struct zclient *); void zclient_stop (struct zclient *); void zclient_reset (struct zclient *); int zclient_socket (); -int zclient_socket_un (char *); +int zclient_socket_un (const char *); void zclient_redistribute (int, struct zclient *, int); void zclient_redistribute_default (int, struct zclient *); -- cgit v1.2.1