#ifndef AGREEMENT_H #define AGREEMENT_H #ifndef CONNECTION_H #include "connection.h" #endif #ifndef PROTOCOL_H #include "messages.h" #endif void show_agreement(Connection *c); void handle_server_agreement(Connection *c,Message *,gpointer data); #endif