summaryrefslogtreecommitdiffstats
path: root/src/afb-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-thread.h')
-rw-r--r--src/afb-thread.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/afb-thread.h b/src/afb-thread.h
index 0559dfc0..4e44b55e 100644
--- a/src/afb-thread.h
+++ b/src/afb-thread.h
@@ -19,13 +19,5 @@
struct afb_req;
-extern void afb_thread_call(struct afb_req req, void (*callback)(struct afb_req req), int timeout, void *group);
-
-extern int afb_thread_init(int allowed_count, int start_count, int waiter_count);
-extern void afb_thread_terminate();
-
-extern int afb_thread_timer_create();
-extern int afb_thread_timer_arm(int timeout);
-extern void afb_thread_timer_disarm();
-extern void afb_thread_timer_delete();
+extern void afb_thread_req_call(struct afb_req req, void (*callback)(struct afb_req req), int timeout, void *group);