summaryrefslogtreecommitdiff
path: root/communication_source.h
diff options
context:
space:
mode:
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