summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-09-07 17:05:58 -0300
committermongo <mongo@iomega>2016-09-07 17:05:58 -0300
commit4ed7eae68357dca42a6cf866e5ac160d1c9a03c4 (patch)
tree4c9a5e8b8c1e3eff774070fc58d7f12052b19108 /src/file.h
parenta81fced9d0048bd5c8c11ffa7684f6c32e7586f4 (diff)
:load now reports error if file does not exists
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h
index 96632fd..fb5f2bd 100644
--- a/src/file.h
+++ b/src/file.h
@@ -6,6 +6,7 @@ void write_fd(register FILE *f, int r0, int c0, int rn, int cn);
void write_cells(register FILE *f, int r0, int c0, int rn, int cn, int dr, int dc);
void write_marks(register FILE *f);
int readfile(char *fname, int eraseflg);
+int file_exists(const char * fname);
char * findhome(char *path);
int backup_file(char *path);
FILE * openfile(char *fname, int *rpid, int *rfd);