diff options
author | David Robillard <d@drobilla.net> | 2007-04-21 21:21:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-21 21:21:49 +0000 |
commit | 2066b51c243763677dfdbc6a9db8bccc10bbfe36 (patch) | |
tree | 4312c8c4febf4b5bbcd67c1f886013568b9f5fd9 /slv2/plugins.h | |
parent | 4c50ab004bd3f7327ecf1b33f80473d8e3e6afeb (diff) | |
download | lilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.tar.gz lilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.tar.bz2 lilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.zip |
Code cleanups.
git-svn-id: http://svn.drobilla.net/lad/slv2@470 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugins.h')
-rw-r--r-- | slv2/plugins.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/slv2/plugins.h b/slv2/plugins.h index 7b9a5a3..c544ba1 100644 --- a/slv2/plugins.h +++ b/slv2/plugins.h @@ -25,10 +25,6 @@ extern "C" { #endif - -typedef void* SLV2Plugins; - - /** \defgroup plugins Plugin lists * * These functions work with lists of plugins which come from an @@ -39,6 +35,9 @@ typedef void* SLV2Plugins; */ +typedef void* SLV2Plugins; + + /** Free a plugin list. * * Freeing a plugin list does not destroy the plugins it contains (plugins |