#ifndef DIALOG_H #define DIALOG_H #include #include "main.h" void open_dialog(GtkWidget *, struct event_location *, int); #endif