summaryrefslogtreecommitdiff
path: root/include/libutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libutil.h')
-rw-r--r--include/libutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libutil.h b/include/libutil.h
index 5f72f8c..298bbc3 100644
--- a/include/libutil.h
+++ b/include/libutil.h
@@ -46,6 +46,8 @@
__BEGIN_DECLS
int humanize_number(char *buf, size_t len, int64_t bytes,
const char *suffix, int scale, int flags);
+
+int flopen(const char *_path, int _flags, ...);
__END_DECLS
/* humanize_number(3) */