summaryrefslogtreecommitdiff
path: root/src/PSEditor.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/PSEditor.H')
-rw-r--r--src/PSEditor.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/PSEditor.H b/src/PSEditor.H
index 2663701..6bba6d3 100644
--- a/src/PSEditor.H
+++ b/src/PSEditor.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.H,v 1.8 2004/11/08 19:36:14 hofmann Exp $"
+// "$Id: PSEditor.H,v 1.9 2005/02/02 18:18:47 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -39,7 +39,9 @@ public:
int load(FILE *fp);
- int load(char *f);
+ int load(const char *f);
+
+ int save(FILE *fp);
int save(const char* savefile);