aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/Init.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/input/Init.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/input/Init.hxx b/src/input/Init.hxx
index 875fdce7c..eb4f8b1b2 100644
--- a/src/input/Init.hxx
+++ b/src/input/Init.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -23,14 +23,15 @@
class Error;
/**
- * Initializes this library and all input_stream implementations.
+ * Initializes this library and all #InputStream implementations.
*/
bool
input_stream_global_init(Error &error);
/**
- * Deinitializes this library and all input_stream implementations.
+ * Deinitializes this library and all #InputStream implementations.
*/
-void input_stream_global_finish(void);
+void
+input_stream_global_finish();
#endif