summaryrefslogtreecommitdiff
path: root/navit/destination.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/destination.h')
-rw-r--r--navit/destination.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/navit/destination.h b/navit/destination.h
new file mode 100644
index 00000000..b019fc06
--- /dev/null
+++ b/navit/destination.h
@@ -0,0 +1,10 @@
+#ifndef NAVIT_DESTINATION_H
+#define NAVIT_DESTINATION_H
+
+/* prototypes */
+struct navit;
+int destination_address(struct navit *nav);
+/* end of prototypes */
+
+#endif
+