summaryrefslogtreecommitdiff
path: root/navit/popup.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-18 10:01:53 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-18 10:01:53 +0000
commitca99b617483dd3b59fd42738e810309c4229a538 (patch)
treebe7bb1cb1020f4022e41c004e2fa9d561ea3580d /navit/popup.h
parent77ebd4f9df170e6211c5ace8d43c997d385d9ec9 (diff)
downloadnavit-svn-ca99b617483dd3b59fd42738e810309c4229a538.tar.gz
Fix:Core:Renamed src to navit for cleanup of includes
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1059 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/popup.h')
-rw-r--r--navit/popup.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/navit/popup.h b/navit/popup.h
new file mode 100644
index 00000000..3738c35d
--- /dev/null
+++ b/navit/popup.h
@@ -0,0 +1,8 @@
+#ifndef NAVIT_POPUP_H
+#define NAVIT_POPUP_H
+
+struct navit;
+struct point;
+void popup(struct navit *nav, int button, struct point *p);
+
+#endif