Merge branch 'string_printf' of git://github.com/chme/forked-daapd into chme-string_printf

This commit is contained in:
ejurgensen
2017-05-05 19:43:17 +02:00
4 changed files with 150 additions and 380 deletions

View File

@@ -201,4 +201,6 @@ log_fatal_errno(int domain, const char *func, int line) __attribute__((__
void
log_fatal_null(int domain, const char *func, int line) __attribute__((__noreturn__));
char *string_printf(const char *fmt, ...);
#endif /* !__MISC_H__ */