]> err.no Git - mapper/blob - src/poi-gui.h
Merge branch 'master' of git://git.tal.org/mapper
[mapper] / src / poi-gui.h
1 #ifndef _MAPPER_POI_GUI_H
2 #define _MAPPER_POI_GUI_H
3
4 #include <glib.h>
5 #include "poi.h"
6
7 gboolean poi_select(guint unitx, guint unity, poi_info *poi);
8 gboolean poi_category_dialog(guint cat_id);
9 gboolean poi_category_list();
10 gboolean poi_dialog(POIAction action, guint unitx, guint unity);
11 gboolean poi_search_dialog(GtkListStore *store, poi_info *poi);
12 gboolean poi_quick_dialog(guint unitx, guint unity);
13
14 #endif