Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 48954bc..4eb4d32 100644
--- a/utils.h
+++ b/utils.h
@@ -32,6 +32,9 @@ strcatf(struct string_s *str, char *fmt, ...);
void
strncpyt(char *dst, const char *src, size_t len);
+inline int
+xasprintf(char **strp, char *fmt, ...);
+
int
ends_with(const char * haystack, const char * needle);