Index: trunk/psLib/src/sys/psSlurp.h
===================================================================
--- trunk/psLib/src/sys/psSlurp.h	(revision 11695)
+++ trunk/psLib/src/sys/psSlurp.h	(revision 12072)
@@ -4,6 +4,6 @@
  * @author Joshua Hoblitt, University of Hawaii
  *
- * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-02-08 01:59:47 $
+ * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-02-27 03:31:56 $
  */
 
@@ -24,4 +24,9 @@
                     );
 
+// Read ("slurp") a file (specified by filename)
+// and return a string containing the entire file.
+psString psSlurpFilename(const char *filename // Filename 
+                    );
+
 /// @}
 #endif
