summaryrefslogtreecommitdiff
path: root/include/sudo_iolog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sudo_iolog.h')
-rw-r--r--include/sudo_iolog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sudo_iolog.h b/include/sudo_iolog.h
index 599424184..7535e284b 100644
--- a/include/sudo_iolog.h
+++ b/include/sudo_iolog.h
@@ -119,7 +119,7 @@ bool iolog_mkpath(char *path);
bool iolog_nextid(const char *iolog_dir, char sessid[7]);
bool iolog_open(struct iolog_file *iol, int dfd, int iofd, const char *mode);
bool iolog_write_info_file(int dfd, struct eventlog *evlog);
-char *iolog_gets(struct iolog_file *iol, char *buf, size_t nbytes, const char **errsttr);
+char *iolog_gets(struct iolog_file *iol, char *buf, int bufsize, const char **errsttr);
const char *iolog_fd_to_name(int iofd);
int iolog_openat(int fdf, const char *path, int flags);
off_t iolog_seek(struct iolog_file *iol, off_t offset, int whence);