diff options
Diffstat (limited to 'Src/watch.c')
-rw-r--r-- | Src/watch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/watch.c b/Src/watch.c index 4f63a5bd9..e2a65207c 100644 --- a/Src/watch.c +++ b/Src/watch.c @@ -559,7 +559,7 @@ dowatch(void) /**/ int -bin_log(char *nam, char **argv, char *ops, int func) +bin_log(char *nam, char **argv, Options ops, int func) { if (!watch) return 1; @@ -581,7 +581,7 @@ void dowatch(void) /**/ int -bin_log(char *nam, char **argv, char *ops, int func) +bin_log(char *nam, char **argv, Options ops, int func) { return bin_notavail(nam, argv, ops, func); } |