diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index c9d176920..4886bffad 100644 --- a/core/dive.h +++ b/core/dive.h @@ -730,7 +730,7 @@ extern void *subsurface_opendir(const char *path); extern int subsurface_access(const char *path, int mode); extern struct zip *subsurface_zip_open_readonly(const char *path, int flags, int *errorp); extern int subsurface_zip_close(struct zip *zip); -extern void subsurface_console_init(bool dedicated); +extern void subsurface_console_init(bool dedicated, bool logfile); extern void subsurface_console_exit(void); extern bool subsurface_user_is_root(void); |