Protoization.

This commit is contained in:
Kevin Buettner
2000-10-28 22:15:09 +00:00
parent 1006ba1936
commit fd118b61e7
3 changed files with 12 additions and 18 deletions

View File

@@ -191,9 +191,8 @@ find_thread_pid (int pid)
*/
struct thread_info *
iterate_over_threads (callback, data)
int (*callback) ();
void *data;
iterate_over_threads (int (*callback) (struct thread_info *, void *),
void *data)
{
struct thread_info *tp;