summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
-rw-r--r--source/include/version.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 1fa8c1d95e1..04202dd88c6 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -683,7 +683,6 @@ BOOL check_name(char *name,int cnum);
int fd_attempt_open(char *fname, int flags, int mode);
void fd_attempt_reopen(char *fname, int mode, file_fd_struct *fd_ptr);
int fd_attempt_close(file_fd_struct *fd_ptr);
-void open_file(int fnum,int cnum,char *fname1,int flags,int mode, struct stat *sbuf);
void sync_file(int fnum);
void close_file(int fnum);
BOOL check_file_sharing(int cnum,char *fname);
diff --git a/source/include/version.h b/source/include/version.h
index cc69bef5216..2f7596f41d4 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "1.9.17alpha1"
+#define VERSION "1.9.17alpha2"