navit  0.5.3-trunk
popup.h
Go to the documentation of this file.
1 
20 #ifndef NAVIT_POPUP_H
21 #define NAVIT_POPUP_H
22 
23 struct navit;
24 struct point;
25 struct pcoord;
26 void popup(struct navit *nav, int button, struct point *p);
27 void popup_set_visitbefore(struct navit *nav, struct pcoord *pc, int visitbefore);
28 #endif
unsigned char p[5]
Definition: mg.h:48
Definition: point.h:23
Definition: navit.c:112
Definition: coord.h:40