summaryrefslogtreecommitdiff
path: root/navit/map-share.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/map-share.h')
-rw-r--r--navit/map-share.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/navit/map-share.h b/navit/map-share.h
new file mode 100644
index 000000000..2b534a633
--- /dev/null
+++ b/navit/map-share.h
@@ -0,0 +1,8 @@
+#ifndef NAVIT_MAP_SHARE_H
+#define NAVIT_MAP_SHARE_H
+
+void map_srv_start_poa(CORBA_ORB orb, CORBA_Environment * ev);
+CORBA_Object map_srv_start_object(CORBA_Environment * ev, struct container *co);
+
+#endif
+