summaryrefslogtreecommitdiffstats
path: root/Gui/skin/skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/skin/skin.h')
-rw-r--r--Gui/skin/skin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/skin/skin.h b/Gui/skin/skin.h
index 7a99affd7d..d71e90f610 100644
--- a/Gui/skin/skin.h
+++ b/Gui/skin/skin.h
@@ -13,8 +13,8 @@ extern int skinBPRead( char * fname, txSample * bf );
// ---
-extern char * strdelspacesbeforecommand( char * in );
+extern char * trimleft( char * in );
extern char * strswap( char * in,char what,char whereof );
-extern char * strdelspaces( char * in );
+extern char * trim( char * in );
#endif