summaryrefslogtreecommitdiff
path: root/src/PSEditModel.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 14:12:19 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 14:12:19 +0000
commitd2b86baae9e361de2f1a06cfefa0218f0c66ca8a (patch)
tree821051b910f6e6afc2cac4472c4829415c712877 /src/PSEditModel.H
parenta6c28e22fcfca80231bd1061d906195e5735fb37 (diff)
cleanup input/output file handling
cleanup input/output file handling
Diffstat (limited to 'src/PSEditModel.H')
-rw-r--r--src/PSEditModel.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PSEditModel.H b/src/PSEditModel.H
index f69bf1f..eeff69c 100644
--- a/src/PSEditModel.H
+++ b/src/PSEditModel.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.H,v 1.6 2004/10/25 20:58:55 hofmann Exp $"
+// "$Id: PSEditModel.H,v 1.7 2004/10/26 16:12:19 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -60,8 +60,8 @@ public:
int ps_to_display_y(int y1);
int ps_x(int x1);
int ps_y(int y1);
- int PSEditModel::load(char *f);
- int save(const char* savefile, int tmp_fd);
+ int PSEditModel::load(FILE *fp);
+ int save(FILE *sfp, int tmp_fd);
};