Index: trunk/archive/pslib/include/psMisc.h
===================================================================
--- trunk/archive/pslib/include/psMisc.h	(revision 257)
+++ trunk/archive/pslib/include/psMisc.h	(revision 266)
@@ -28,4 +28,8 @@
 ;
 
+/// Allocates nChar and returns a copy of the string or segment
+char *psStringNCopy(const char *str, int nChar)	///< string to copy
+;
+
 /* \} */ // End of SystemGroup Functions
 
