From 51b002832e923caf33feb38309c1b6e6ea5fa99f Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 18 Oct 2007 19:23:58 +0300 Subject: [PATCH] select_poi -> poi_select, add poi_dialog --- src/poi-gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/poi-gui.h b/src/poi-gui.h index ec04407..3694ed7 100644 --- a/src/poi-gui.h +++ b/src/poi-gui.h @@ -4,8 +4,9 @@ #include #include "poi.h" -gboolean select_poi(guint unitx, guint unity, poi_info *poi); +gboolean poi_select(guint unitx, guint unity, poi_info *poi); gboolean category_dialog(guint cat_id); gboolean category_list(); +gboolean poi_dialog(POIAction action, guint unitx, guint unity); #endif -- 2.39.5