diff gui/interface.h @ 33737:71c29e8ec68f

Move string functions from interface.c to string.c. Additionally, change char parameter of gstrchr() to const and rename parameter size of gstrncmp() n. The Win32 GUI now needs gstrdup() defined before its first usage.
author ib
date Thu, 07 Jul 2011 08:32:10 +0000
parents 1fbe7adc4eaf
children 9f6d46d325de
line wrap: on
line diff
--- a/gui/interface.h	Wed Jul 06 23:35:39 2011 +0000
+++ b/gui/interface.h	Thu Jul 07 08:32:10 2011 +0000
@@ -227,9 +227,6 @@
 void gaddlist(char ***list, const char *entry);
 void gfree(void **p);
 void gmp_msg(int mod, int lev, const char *format, ...);
-char *gstrchr(char *str, int c);
-int gstrcmp(const char *a, const char *b);
-char *gstrdup(const char *str);
 void *gtkSet(int cmd, float fparam, void *vparam);
 void guiDone(void);
 void guiExit(enum exit_reason how);