summaryrefslogtreecommitdiffstats
path: root/slv2/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/util.h')
-rw-r--r--slv2/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/slv2/util.h b/slv2/util.h
index f1ef2d4..0a53b82 100644
--- a/slv2/util.h
+++ b/slv2/util.h
@@ -24,6 +24,7 @@ extern "C" {
#endif
#include <stdarg.h>
+#include "slv2/types.h"
/** \defgroup slv2_util Utility functions
@@ -37,6 +38,7 @@ extern "C" {
* Return value is shared and must not be deleted by caller.
* \return \a uri converted to a path, or NULL on failure (URI is not local).
*/
+SLV2_API
const char* slv2_uri_to_path(const char* uri);