mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Minimize memdup disruption pt 2
This commit is contained in:
@@ -131,7 +131,6 @@ typedef struct GOptionContext {
|
|||||||
|
|
||||||
/* string functions */
|
/* string functions */
|
||||||
void *g_memdup(const void *src, size_t len);
|
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);
|
int g_str_equal(const void *str1, const void *str2);
|
||||||
char **g_strsplit(const char *haystack, const char *needle, int max_tokens);
|
char **g_strsplit(const char *haystack, const char *needle, int max_tokens);
|
||||||
void g_strfreev(char **dir);
|
void g_strfreev(char **dir);
|
||||||
|
|||||||
Reference in New Issue
Block a user