From 4e799ee661af386c25762b1d16637512bdc16156 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Fri, 27 Feb 1998 23:54:26 +0100 Subject: [PATCH] Forgot to add prototypes. Rev: src/threads.h:1.32 --- src/threads.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/threads.h b/src/threads.h index 8b345619cc..35d4830cef 100644 --- a/src/threads.h +++ b/src/threads.h @@ -367,6 +367,12 @@ void init_thread_obj(struct object *o); void exit_thread_obj(struct object *o); void th_init(void); void th_cleanup(void); +void thread_table_insert(struct object *o); +void thread_table_delete(struct object *o); +struct thread_state *thread_state_for_id(THREAD_T tid); +struct object *thread_for_id(THREAD_T tid); +void f_all_threads(INT32 args); + /* Prototypes end here */ #else -- GitLab