mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Minimize memdup disruption pt 2
This commit is contained in:
parent
8ba903976a
commit
bfe53656c8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user