diff options
Diffstat (limited to 'src/control.h')
-rw-r--r-- | src/control.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control.h b/src/control.h index 858f933..beafa47 100644 --- a/src/control.h +++ b/src/control.h @@ -80,6 +80,10 @@ new_property_control(LilvWorld* world, LV2_URID_Map* map, LV2_Atom_Forge* forge); +/// Free a control allocated with new_port_control() or new_property_control() +void +free_control(ControlID* control); + /// Add a control to the given controls set, reallocating as necessary void add_control(Controls* controls, ControlID* control); |