aboutsummaryrefslogtreecommitdiffstats
path: root/src/urids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urids.h')
-rw-r--r--src/urids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/urids.h b/src/urids.h
index 4dcbe20..bf8d7ad 100644
--- a/src/urids.h
+++ b/src/urids.h
@@ -5,6 +5,7 @@
#define JALV_URIDS_H
#include "attributes.h"
+#include "symap.h"
#include "lv2/urid/urid.h"
@@ -43,6 +44,9 @@ typedef struct {
LV2_URID ui_updateRate;
} JalvURIDs;
+void
+jalv_init_urids(Symap* symap, JalvURIDs* urids);
+
JALV_END_DECLS
#endif // JALV_URIDS_H