diff options
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h index 083724a61..2613a20b6 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -135,4 +135,7 @@ extern GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, cons GError *uemis_download(const char *path, progressbar_t *progress, GtkDialog *dialog, gboolean force_download); +/* from planner.c */ +extern void input_plan(void); + #endif |