#ifndef GTKC_NEWCONTACT_H #define GTKC_NEWCONTACT_H gint check_contact_exists( contact_info *ci, user_info *ui ); void run_newcontact_window (GtkWidget *widget, gpointer user_data); #endif