diff options
Diffstat (limited to 'src/asprintf.h')
-rw-r--r-- | src/asprintf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asprintf.h b/src/asprintf.h index 76f1f4f..fe26354 100644 --- a/src/asprintf.h +++ b/src/asprintf.h @@ -18,7 +18,7 @@ #include <stdarg.h> int -asprintf(char **restrict strp, const char *restrict fmt, ...); +dm_asprintf(char **restrict strp, const char *restrict fmt, ...); int -vasprintf(char **restrict strp, const char *restrict fmt, va_list ap); +dm_vasprintf(char **restrict strp, const char *restrict fmt, va_list ap); |