diff options
Diffstat (limited to 'ganv/port.h')
-rw-r--r-- | ganv/port.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/port.h b/ganv/port.h index aeb4846..ff258cb 100644 --- a/ganv/port.h +++ b/ganv/port.h @@ -53,6 +53,10 @@ ganv_port_set_direction(GanvPort* port, GanvDirection direction); void +ganv_port_set_value_label(GanvPort* port, + const char* str); + +void ganv_port_show_control(GanvPort* port); void |