diff options
Diffstat (limited to 'FL/fl_utf8.h')
| -rw-r--r-- | FL/fl_utf8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index 76c661c73..7a7489b38 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -179,6 +179,9 @@ FL_EXPORT int fl_open(const char *fname, int oflags, ...); FL_EXPORT int fl_open_ext(const char *fname, int binary, int oflags, ...); +/* Portable wrapper around unix-style close() function */ +FL_EXPORT int fl_close_fd(int fd); + /* OD: Portable UTF-8 aware unlink wrapper */ FL_EXPORT int fl_unlink(const char *fname); |
