mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
[misc] Change name of string_printf to safe_asprintf
This commit is contained in:
@@ -50,6 +50,10 @@ safe_hextou64(const char *str, uint64_t *val);
|
||||
char *
|
||||
safe_strdup(const char *str);
|
||||
|
||||
char *
|
||||
safe_asprintf(const char *fmt, ...);
|
||||
|
||||
|
||||
/* Key/value functions */
|
||||
struct keyval *
|
||||
keyval_alloc(void);
|
||||
@@ -201,6 +205,4 @@ 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__ */
|
||||
|
||||
Reference in New Issue
Block a user