]> git.meshlink.io Git - catta/commitdiff
* fix for undefined XMLCALL
authorSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 1 Nov 2005 18:34:33 +0000 (18:34 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 1 Nov 2005 18:34:33 +0000 (18:34 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@918 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/static-services.c

index 7f910b0f720eb504e23c32e51b52129fab7f6bb9..97cc8b3e77843651d7516b686ad2e14039e25178 100644 (file)
@@ -302,6 +302,10 @@ struct xml_userdata {
     char *buf;
 };
 
+#ifndef XMLCALL
+#define XMLCALL
+#endif
+
 static void XMLCALL xml_start(void *data, const char *el, const char *attr[]) {
     struct xml_userdata *u = data;