summaryrefslogtreecommitdiff
path: root/destination.h
diff options
context:
space:
mode:
Diffstat (limited to 'destination.h')
-rw-r--r--destination.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/destination.h b/destination.h
new file mode 100644
index 00000000..68530f8f
--- /dev/null
+++ b/destination.h
@@ -0,0 +1,11 @@
+enum destination_type {
+ destination_type_town=4,
+ destination_type_poly=6,
+ destination_type_street=8,
+ destination_type_house=12,
+ destination_type_map_point=16,
+ destination_type_bookmark=128,
+};
+
+int destination_address(struct container *co);
+int destination_set(struct container *co, enum destination_type type, char *text, struct coord *c);