diff options
author | David Robillard <d@drobilla.net> | 2010-03-05 20:11:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-03-05 20:11:04 +0000 |
commit | 4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02 (patch) | |
tree | 0fe2c738a54718ae1c5dc3d5a905308b58fe69d0 /slv2/util.h | |
parent | d8437709d6f69b4952993a6794313edb38361a53 (diff) | |
download | lilv-4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02.tar.gz lilv-4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02.tar.bz2 lilv-4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02.zip |
Hide symbols by default and explicitly export API (clean ABI).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2530 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/util.h')
-rw-r--r-- | slv2/util.h | 2 |
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); |