From eaf177e2be6ad7be3f32632dcfcea48402f67c7d Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 26 Aug 2010 21:42:13 +0200 Subject: Removed communication source, not needed at this point. --- communication_source.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 communication_source.h (limited to 'communication_source.h') diff --git a/communication_source.h b/communication_source.h deleted file mode 100644 index 0856cf4..0000000 --- a/communication_source.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef COMMUNICATION_SOURCE_H -#define COMMUNICATION_SOURCE_H - -#include "servers.h" - -#include - -struct communication_job { - struct server *server; -}; - -void communication_job_add(struct server *server); - -void communication_source_init(GMainLoop *mainloop); - -#endif -- cgit v1.2.3