0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

ta_talloc: remove non-existent function prototype

This commit is contained in:
Kacper Michajłow 2024-09-05 22:12:35 +02:00
parent e7f153db58
commit 077f05f7a1

View File

@ -61,7 +61,6 @@
#define talloc_asprintf_append ta_talloc_asprintf_append
#define talloc_asprintf_append_buffer ta_talloc_asprintf_append_buffer
char *ta_talloc_strdup(void *t, const char *p);
char *ta_talloc_strdup_append(char *s, const char *a);
char *ta_talloc_strdup_append_buffer(char *s, const char *a);