summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2008-06-26 12:15:18 -0700
committerBrendan Cully <brendan@kublai.com>2008-06-26 12:15:18 -0700
commitd037dbdd904acd91ae5a59b9aa7a9d172869022c (patch)
treebf12bf36c406e613db351542f78ca312be6437e5 /lib.h
parentdd364fe7609e661a4d79c267bc418887b2836bf7 (diff)
fflush before fsync and close. Closes #2962 again.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 8e8d3951..8acab0b6 100644
--- a/lib.h
+++ b/lib.h
@@ -170,6 +170,7 @@ int safe_open (const char *, int);
int safe_rename (const char *, const char *);
int safe_symlink (const char *, const char *);
int safe_fclose (FILE **);
+int safe_fsync_close (FILE **);
size_t mutt_quote_filename (char *, size_t, const char *);
size_t mutt_strlen (const char *);