1 2 3 4 5 6 7 8 9 10
#ifndef __LOGIN_WINDOW_H #define __LOGIN_WINDOW_H #include <gtk-3.0/gtk/gtk.h> int create_login_dialog(gpointer data); #endif