dav/tags.c

changeset 373
dcc03142eb5f
parent 363
e9ed8e130ccf
child 388
0b96ae226838
equal deleted inserted replaced
372:2e15ff88a0ab 373:dcc03142eb5f
295 return buf; 295 return buf;
296 } 296 }
297 297
298 #else 298 #else
299 UcxList* parse_macos_taglist(const char *buf, size_t length) { 299 UcxList* parse_macos_taglist(const char *buf, size_t length) {
300 fprintf(stderr, "Error: macos tags not supported on this platform.\n");
300 return NULL; 301 return NULL;
301 } 302 }
302 UcxBuffer* create_macos_taglist(UcxList *tags) { 303 UcxBuffer* create_macos_taglist(UcxList *tags) {
304 fprintf(stderr, "Error: macos tags not supported on this platform.\n");
303 return NULL; 305 return NULL;
304 } 306 }
305 #endif 307 #endif
306 308

mercurial