mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[misc] Helper function safe_strdup (NULL safe strdup)
This commit is contained in:
@@ -41,6 +41,8 @@ safe_atou64(const char *str, uint64_t *val);
|
||||
int
|
||||
safe_hextou64(const char *str, uint64_t *val);
|
||||
|
||||
char *
|
||||
safe_strdup(const char *str);
|
||||
|
||||
/* Key/value functions */
|
||||
struct keyval *
|
||||
|
||||
Reference in New Issue
Block a user