project_files/frontlib/ini/inihelper.h
changeset 7177 bf6cf4dd847a
parent 7175 038e3415100a
--- a/project_files/frontlib/ini/inihelper.h	Thu Jun 07 02:45:18 2012 +0200
+++ b/project_files/frontlib/ini/inihelper.h	Fri Jun 08 19:52:24 2012 +0200
@@ -12,11 +12,6 @@
 /**
  * Returned buffer must be free()d
  */
-char *inihelper_strdupnull(const char *str);
-
-/**
- * Returned buffer must be free()d
- */
 char *inihelper_urlencode(const char *inbuf);
 
 /**