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 f196a83..54f807b 100644 --- a/src/interface.h +++ b/src/interface.h @@ -51,7 +51,7 @@ extern teco_view_t *teco_interface_current_view; /** @pure */ -void teco_interface_init(void); +void teco_interface_init(gint argc, gchar **argv); /** @pure */ GOptionGroup *teco_interface_get_options(void); |
