diff options
author | David Robillard <d@drobilla.net> | 2008-08-03 17:25:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-03 17:25:53 +0000 |
commit | 118296c069eb477825126c879a10ebde00735be4 (patch) | |
tree | 50c8a8928a4120503ff86dbfd3637b9cace9c95f /slv2/values.h | |
parent | 889752ef6e0aa01270e6cdd4349cb9e3e859cf82 (diff) | |
download | lilv-118296c069eb477825126c879a10ebde00735be4.tar.gz lilv-118296c069eb477825126c879a10ebde00735be4.tar.bz2 lilv-118296c069eb477825126c879a10ebde00735be4.zip |
Minor cleanups for easier seddability.
git-svn-id: http://svn.drobilla.net/lad/slv2@1319 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/values.h')
-rw-r--r-- | slv2/values.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/values.h b/slv2/values.h index bdff538..474323d 100644 --- a/slv2/values.h +++ b/slv2/values.h @@ -44,7 +44,7 @@ slv2_values_new(); /** Free an SLV2Values. */ void -slv2_values_free(SLV2Values); +slv2_values_free(SLV2Values values); /** Get the number of elements in a value collection. @@ -74,7 +74,7 @@ slv2_values_contains(SLV2Values values, SLV2Value value); /** @} */ #ifdef __cplusplus -} +} /* extern "C" */ #endif #endif /* __SLV2_VALUES_H__ */ |