Minimize memdup disruption pt 2

This commit is contained in:
Evan Miller 2022-12-17 06:47:57 -05:00
parent 8ba903976a
commit bfe53656c8

View File

@ -131,7 +131,6 @@ typedef struct GOptionContext {
/* string functions */
void *g_memdup(const void *src, size_t len);
void *g_memdup2(const void *src, size_t len);
int g_str_equal(const void *str1, const void *str2);
char **g_strsplit(const char *haystack, const char *needle, int max_tokens);
void g_strfreev(char **dir);