/* This is a Cfunctions (version 0.24) generated header file. Cfunctions is a free program for extracting headers from C files. Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */ /* This file was generated with: `cfunctions -w WINDOW-ALERT_PROTO -o ./window-alert-proto.h' */ #ifndef CFH_WINDOW_ALERT_PROTO #define CFH_WINDOW_ALERT_PROTO void delete_alert_window(GtkWidget * widget, GdkEvent * event, gpointer * data); void callback_cancel_alert(GtkWidget * widget, gpointer * data); void create_alert_window(char *window_title, char *msgs[], char *button_text, int modal); #endif /* CFH_WINDOW_ALERT_PROTO */