summaryrefslogtreecommitdiff
path: root/src/PSEditModel.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-25 18:58:55 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-25 18:58:55 +0000
commita6c28e22fcfca80231bd1061d906195e5735fb37 (patch)
tree98bb976ac8a50e6ae0e6bf202f94cfdfc320f554 /src/PSEditModel.H
parent25da85de6a1eca08de94bbc9f1b63ae9a7c87841 (diff)
implement batch mode (needs cleanup)
implement batch mode (needs cleanup)
Diffstat (limited to 'src/PSEditModel.H')
-rw-r--r--src/PSEditModel.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/PSEditModel.H b/src/PSEditModel.H
index bfe1b98..f69bf1f 100644
--- a/src/PSEditModel.H
+++ b/src/PSEditModel.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.H,v 1.5 2004/10/24 18:28:37 hofmann Exp $"
+// "$Id: PSEditModel.H,v 1.6 2004/10/25 20:58:55 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -60,7 +60,9 @@ public:
int ps_to_display_y(int y1);
int ps_x(int x1);
int ps_y(int y1);
- int PSEditModel::load(char *f);
+ int PSEditModel::load(char *f);
+ int save(const char* savefile, int tmp_fd);
+
};
#endif