* Improve handling of the media_dir setting.

This commit is contained in:
Justin Maggard
2012-02-28 07:36:14 +00:00
parent 638c4a45d9
commit 7f3c4349f4
3 changed files with 44 additions and 42 deletions

View File

@ -24,6 +24,8 @@
#ifndef __UTILS_H__
#define __UTILS_H__
#include "minidlnatypes.h"
int
strcatf(struct string_s *str, char *fmt, ...);