]> err.no Git - mapper/commitdiff
Add
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 27 Aug 2007 11:39:59 +0000 (14:39 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 27 Aug 2007 11:39:59 +0000 (14:39 +0300)
src/poi-gui.h [new file with mode: 0644]

diff --git a/src/poi-gui.h b/src/poi-gui.h
new file mode 100644 (file)
index 0000000..ec04407
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _MAPPER_POI_GUI_H
+#define _MAPPER_POI_GUI_H
+
+#include <glib.h>
+#include "poi.h"
+
+gboolean select_poi(guint unitx, guint unity, poi_info *poi);
+gboolean category_dialog(guint cat_id);
+gboolean category_list();
+
+#endif