aboutsummaryrefslogtreecommitdiffstats
path: root/src/backend.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-17 11:52:13 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 19:05:31 -0500
commit70219375f00c65757324dcee4efaccc5e5006449 (patch)
tree9fb21b1f4722e20b9d3a32d210a6f6bc1391b702 /src/backend.h
parent7a50916e648ac6065277b7b16a28ba876436cf24 (diff)
downloadjalv-70219375f00c65757324dcee4efaccc5e5006449.tar.gz
jalv-70219375f00c65757324dcee4efaccc5e5006449.tar.bz2
jalv-70219375f00c65757324dcee4efaccc5e5006449.zip
Improve header documentation
Diffstat (limited to 'src/backend.h')
-rw-r--r--src/backend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend.h b/src/backend.h
index f48287c..fe2fdf3 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -9,9 +9,8 @@
#include <stdint.h>
-JALV_BEGIN_DECLS
-
// Interface that must be implemented by audio/MIDI backends
+JALV_BEGIN_DECLS
/// Initialize the audio and MIDI systems
JalvBackend*