diff options
author | David Robillard <d@drobilla.net> | 2024-11-17 11:52:13 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 19:05:31 -0500 |
commit | 70219375f00c65757324dcee4efaccc5e5006449 (patch) | |
tree | 9fb21b1f4722e20b9d3a32d210a6f6bc1391b702 /src/state.h | |
parent | 7a50916e648ac6065277b7b16a28ba876436cf24 (diff) | |
download | jalv-70219375f00c65757324dcee4efaccc5e5006449.tar.gz jalv-70219375f00c65757324dcee4efaccc5e5006449.tar.bz2 jalv-70219375f00c65757324dcee4efaccc5e5006449.zip |
Improve header documentation
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/state.h b/src/state.h index dfc3174..172b415 100644 --- a/src/state.h +++ b/src/state.h @@ -13,9 +13,8 @@ #include "lv2/urid/urid.h" #include "serd/serd.h" -JALV_BEGIN_DECLS - // State and preset utilities +JALV_BEGIN_DECLS typedef int (*PresetSink)(Jalv* jalv, const LilvNode* node, |