pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-06
2000-08-06 08:44:59 by David Hedbor <david@hedbor.org>
99a5a62287aeb92faf24ea00b34500d3358dec32 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
added void to th_num_farmers prototype
Rev: src/threads.h:1.101
1:
/*
-
* $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:
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 */