diff options
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 |