diff options
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index d3950c7..9d987d3 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -105,7 +105,6 @@ extern void release_config_lock(void); extern int out_fd; extern FILE *err_stream; -int restore_output(void); /* debug hooks? */ #define my_malloc(size, name) malloc(size) |