IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2007, 11:30:03 AM (19 years ago)
Author:
Paul Price
Message:

Needs to know about psString.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psSlurp.h

    r12072 r15410  
    44 * @author Joshua Hoblitt, University of Hawaii
    55 *
    6  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-02-27 03:31:56 $
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-10-29 21:30:03 $
    88 */
    99
    1010#ifndef PS_SLURP_H
    1111#define PS_SLURP_H
     12
     13#include <psString.h>
    1214
    1315/// @addtogroup FileIO Input/Output
     
    2628// Read ("slurp") a file (specified by filename)
    2729// and return a string containing the entire file.
    28 psString psSlurpFilename(const char *filename // Filename 
     30psString psSlurpFilename(const char *filename // Filename
    2931                    );
    3032
Note: See TracChangeset for help on using the changeset viewer.