Move planner UI into planner.c

There should be NO other changes in this commit - just moving the code and
adjusting the includes (and adding the entry point to display-gtk.h).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-01-07 11:23:14 -08:00
parent 989cf37fcf
commit d3570508b1
4 changed files with 465 additions and 456 deletions

View file

@ -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