summaryrefslogtreecommitdiff
path: root/src/joblist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/joblist.h')
-rw-r--r--src/joblist.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/joblist.h b/src/joblist.h
deleted file mode 100644
index 2f6bb236..00000000
--- a/src/joblist.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _JOB_LIST_H_
-#define _JOB_LIST_H_
-
-#include "base.h"
-
-LI_API void joblist_append(server *srv, connection *con);
-LI_API void joblist_free(server *srv, connections *joblist);
-
-#ifdef USE_GTHREAD
-LI_API void joblist_async_append(server *srv, connection *con);
-
-LI_API void server_wakeup(server *srv);
-#endif
-
-LI_API int fdwaitqueue_append(server *srv, connection *con);
-LI_API void fdwaitqueue_free(server *srv, connections *fdwaitqueue);
-LI_API connection* fdwaitqueue_unshift(server *srv, connections *fdwaitqueue);
-
-#endif