]> git.karo-electronics.de Git - mdnsd.git/commitdiff
Replaced int8_t by char for all strings
authorOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Wed, 1 May 2013 16:34:37 +0000 (18:34 +0200)
committerOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Wed, 1 May 2013 16:34:37 +0000 (18:34 +0200)
mhttp.c

diff --git a/mhttp.c b/mhttp.c
index 24d5e5af0c4e2e5741342f7bbf02faf1b6636702..4da7ff2b4e8aa4aa0413b65da7c510ba3d7176be 100644 (file)
--- a/mhttp.c
+++ b/mhttp.c
@@ -91,7 +91,7 @@ char *increment_name (char *name)
 
 
 /* conflict handling */
-void handle_conflict (TMdnsdRecord *record, uint8_t *name, int UNUSED(type), void *arg)
+void handle_conflict (TMdnsdRecord *record, char *name, int UNUSED(type), void *arg)
 {
     ServiceInfo *info = (ServiceInfo *) arg;
     char *newname;