aboutsummaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-07 11:23:14 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-07 11:23:14 -0800
commitd3570508b102b238d5c2258e522b4bcea26e44a7 (patch)
tree11bf324032a47c7a5bf807e3b4a36c2f949f305d /display-gtk.h
parent989cf37fcf0453b72f3d542f202cf532bf1532db (diff)
downloadsubsurface-d3570508b102b238d5c2258e522b4bcea26e44a7.tar.gz
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>
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h3
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