aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/Init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/Init.hxx')
-rw-r--r--src/input/Init.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/Init.hxx b/src/input/Init.hxx
index 4ad4ba577..eb4f8b1b2 100644
--- a/src/input/Init.hxx
+++ b/src/input/Init.hxx
@@ -31,6 +31,7 @@ input_stream_global_init(Error &error);
/**
* Deinitializes this library and all #InputStream implementations.
*/
-void input_stream_global_finish(void);
+void
+input_stream_global_finish();
#endif