Index: /trunk/archive/pslib/include/psStats.h
===================================================================
--- /trunk/archive/pslib/include/psStats.h	(revision 353)
+++ /trunk/archive/pslib/include/psStats.h	(revision 354)
@@ -79,4 +79,14 @@
     );
 
+/** Constructor */
+psStats *
+psStatsAlloc(psStatsOptions options	///< Statistics to measure
+    );
+
+/** Destructor */
+void
+psStatsFree(psStats *restrict stats	///< Stats structure to destroy
+    );
+
 /***********************************************************************************************************/
 
