summaryrefslogtreecommitdiffstats
path: root/mx.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-04 19:42:23 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-04 19:42:23 +0000
commit847d400a6b700152851c0ec65b1bc423099477d2 (patch)
tree9fe067a92e3b43fc76ccb33ff36c554148dafa6c /mx.h
parent78f9cffc3f55f65df565dd27d6f84e7e5333654c (diff)
Fix $save_empty.
Diffstat (limited to 'mx.h')
-rw-r--r--mx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mx.h b/mx.h
index 613e6c83..d61f13d3 100644
--- a/mx.h
+++ b/mx.h
@@ -78,7 +78,7 @@ FILE *mx_open_file_lock (const char *, const char *);
int mx_lock_file (const char *, int, int, int, int);
-int mx_unlock_file (const char *path, int fd);
+int mx_unlock_file (const char *path, int fd, int dot);
#endif