summaryrefslogtreecommitdiffstats
path: root/slv2/pluginlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/pluginlist.h')
-rw-r--r--slv2/pluginlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/pluginlist.h b/slv2/pluginlist.h
index 1032a84..3e9b9d4 100644
--- a/slv2/pluginlist.h
+++ b/slv2/pluginlist.h
@@ -127,7 +127,7 @@ slv2_plugins_size(const SLV2Plugins list);
*
* \return NULL if plugin with \a url not found in \a list.
*/
-const SLV2Plugin*
+SLV2Plugin
slv2_plugins_get_by_uri(const SLV2Plugins list,
const char* uri);
@@ -144,7 +144,7 @@ slv2_plugins_get_by_uri(const SLV2Plugins list,
*
* \return NULL if \a index out of range.
*/
-const SLV2Plugin*
+SLV2Plugin
slv2_plugins_get_at(const SLV2Plugins list,
unsigned index);