summaryrefslogtreecommitdiffstats
path: root/libutil/libutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'libutil/libutil.h')
-rw-r--r--libutil/libutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index 4a89856..51ca3d1 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -70,7 +70,7 @@ void clean_environment(const char * const *_white,
const char * const *_more_white);
int extattr_namespace_to_string(int _attrnamespace, char **_string);
int extattr_string_to_namespace(const char *_string, int *_attrnamespace);
-int flopen(const char *_path, int _flags, mode_t _mode);
+int flopen(const char *_path, int _flags, ...);
void login(struct utmp *_ut);
int login_tty(int _fd);
int logout(const char *_line);