mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Introduce m_realpath() to replace realpath(path, NULL)
This commit is contained in:
@@ -10,6 +10,9 @@ safe_atoi(const char *str, int *val);
|
||||
int
|
||||
safe_atol(const char *str, long *val);
|
||||
|
||||
char *
|
||||
m_realpath(const char *pathname);
|
||||
|
||||
uint32_t
|
||||
djb_hash(void *data, size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user