#ifndef LOGIN_H #define LOGIN_H #ifndef GNOME_H #include #endif #ifndef CONNECTION_H #include "connection.h" #endif void gui_destroy(Connection *c); gboolean login_done_after_agreement(gpointer c); void start_login(Connection *c); #endif