diff options
Diffstat (limited to 'Src/playlist/plstring.h')
-rw-r--r-- | Src/playlist/plstring.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Src/playlist/plstring.h b/Src/playlist/plstring.h new file mode 100644 index 00000000..50dbc433 --- /dev/null +++ b/Src/playlist/plstring.h @@ -0,0 +1,7 @@ +#pragma once +#include <bfc/platform/types.h> +extern wchar_t *(*plstring_wcsdup)(const wchar_t *str); +extern wchar_t *(*plstring_malloc)(size_t str_size); +extern void (*plstring_release)(wchar_t *str); +extern void (*plstring_retain)(wchar_t *str); +void plstring_init();
\ No newline at end of file |