#ifndef IOSTATISTICS_H #define IOSTATISTICS_H gboolean statistics_monitor(void *); void statistics_show(char *buf); gboolean io_socket_statistics(GIOChannel * source, GIOCondition cond, gpointer d); gboolean echo(void *); #endif