diff options
Diffstat (limited to 'nvidia-installer.h')
-rw-r--r-- | nvidia-installer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvidia-installer.h b/nvidia-installer.h index 05e6276..4d6b004 100644 --- a/nvidia-installer.h +++ b/nvidia-installer.h @@ -516,7 +516,7 @@ typedef struct { /* prototypes of functions used throughout the installer */ -void log_init(Options *op); +void log_init(Options *op, int argc, char * const argv[]); void log_printf(Options *op, const int wb, const char *prefix, const char *fmt, ...); |