From 99a5a62287aeb92faf24ea00b34500d3358dec32 Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Sun, 6 Aug 2000 01:44:59 -0700 Subject: [PATCH] added void to th_num_farmers prototype Rev: src/threads.h:1.101 --- src/threads.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/threads.h b/src/threads.h index af0b2ba926..ef67d3118c 100644 --- a/src/threads.h +++ b/src/threads.h @@ -1,5 +1,5 @@ /* - * $Id: threads.h,v 1.100 2000/07/30 07:27:51 hubbe Exp $ + * $Id: threads.h,v 1.101 2000/08/06 08:44:59 neotron Exp $ */ #ifndef THREADS_H #define THREADS_H @@ -601,7 +601,7 @@ void low_th_init(void); void th_init(void); void th_cleanup(void); int th_num_idle_farmers(void); -int th_num_farmers(); +int th_num_farmers(void); void th_farm(void (*fun)(void *), void *here); /* Prototypes end here */ -- GitLab