diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ init_proxy (struct context *c, const int scope) } static inline void -uninit_proxy (struct context *c, const int scope) +uninit_proxy (struct context *c) { } |