Index: cpp/gdk/sstringutils.h
===================================================================
--- cpp/gdk/sstringutils.h	(revision 5)
+++ cpp/gdk/sstringutils.h	(revision 64)
@@ -1,5 +1,5 @@
-// This file is a part of Framsticks GDK library.
-// Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
-// Refer to http://www.frams.alife.pl/ for further information.
+// This file is a part of the Framsticks GDK library.
+// Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details.
+// Refer to http://www.framsticks.com/ for further information.
 
 #ifndef _SSTRINGUTILS_H_
@@ -25,4 +25,6 @@
 void strSetField(SString& txt,const SString& name,const SString& value);
 
+SString trim(SString& s); //remove leading/trailing whitespace
+
 #endif
 
