aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/atom/util.h')
-rw-r--r--lv2/atom/util.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lv2/atom/util.h b/lv2/atom/util.h
index bfad422..98c9edb 100644
--- a/lv2/atom/util.h
+++ b/lv2/atom/util.h
@@ -14,6 +14,9 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#ifndef LV2_ATOM_UTIL_H
+#define LV2_ATOM_UTIL_H
+
/**
@file util.h Helper functions for the LV2 Atom extension.
@@ -31,9 +34,6 @@
@{
*/
-#ifndef LV2_ATOM_UTIL_H
-#define LV2_ATOM_UTIL_H
-
#include "lv2/atom/atom.h"
#include <stdarg.h>
@@ -512,13 +512,13 @@ lv2_atom_object_get_typed(const LV2_Atom_Object* object, ...)
return matches;
}
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
/**
@}
@}
*/
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
#endif /* LV2_ATOM_UTIL_H */