1 2 3 4 5 6 7 8
#ifndef __LOGIN_WINDOW_H #define __LOGIN_WINDOW_H void create_login_window(GtkApplication *app, gpointer user_data); #endif