mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Protoization.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user