summaryrefslogtreecommitdiff
path: root/communication_source.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-26 21:42:13 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-26 21:42:13 +0200
commiteaf177e2be6ad7be3f32632dcfcea48402f67c7d (patch)
tree02c107716a23ec3426c9f2f7669d9cfa36f684a8 /communication_source.h
parent12077e596832cd5908a1c97caa017bb5198fc024 (diff)
Removed communication source, not needed at this point.
Diffstat (limited to 'communication_source.h')
-rw-r--r--communication_source.h16
1 files changed, 0 insertions, 16 deletions
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 <glib.h>
-
-struct communication_job {
- struct server *server;
-};
-
-void communication_job_add(struct server *server);
-
-void communication_source_init(GMainLoop *mainloop);
-
-#endif