summaryrefslogtreecommitdiff
path: root/src/PSEditor.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-02 17:18:47 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-02 17:18:47 +0000
commit25250767c431c40abab8496c637d8b024bb28b4a (patch)
tree53e9342d381a4364411bfe31a5da1da61a0ec094 /src/PSEditor.H
parent20d670d43dce0852dfdbab5ba1f744d712652add (diff)
implement PDF import/export.
implement PDF import/export.
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);