1 #ifndef PASS_POPUP_MENU_H
2 #define PASS_POPUP_MENU_H 1
3 
4 #include <gtk/gtk.h>
5 
6 #include "gtk-sat-data.h"
7 #include "predict-tools.h"
8 #include "sgpsdp/sgp4sdp4.h"
9 
10 void            pass_popup_menu_exec(qth_t * qth, pass_t * pass,
11                                      GdkEventButton * event,
12                                      GtkWidget * toplevel);
13 
14 #endif
15