From d2b86baae9e361de2f1a06cfefa0218f0c66ca8a Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 26 Oct 2004 14:12:19 +0000 Subject: cleanup input/output file handling cleanup input/output file handling --- src/PSEditor.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/PSEditor.H') diff --git a/src/PSEditor.H b/src/PSEditor.H index b60696b..10efd39 100644 --- a/src/PSEditor.H +++ b/src/PSEditor.H @@ -1,5 +1,5 @@ // -// "$Id: PSEditor.H,v 1.5 2004/10/23 19:57:14 hofmann Exp $" +// "$Id: PSEditor.H,v 1.6 2004/10/26 16:12:19 hofmann Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -35,6 +35,7 @@ class PSEditor : public PSEditWidget { public: PSEditor(int X,int Y,int W, int H); + int load(FILE *fp); int load(char *f); int save(const char* savefile); int import(char *f); -- cgit v1.2.3