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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/Init.hxx b/src/input/Init.hxx
index 875fdce7c..4ad4ba577 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,13 +23,13 @@
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);