diff options
Diffstat (limited to 'src/interface.h')
-rw-r--r-- | src/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h index da99612..84a794b 100644 --- a/src/interface.h +++ b/src/interface.h @@ -29,7 +29,7 @@ struct context; void -print_sink_list(struct context *ctx); +interface_redraw(struct context *ctx); void interface_init(struct context *ctx); |