Justus Winter, le Thu 07 Nov 2013 19:12:29 +0100, a écrit : > @@ -111,6 +113,9 @@ parse_task (char *arg) > > static volatile int hold = 0; > > +error_t search_for_port (task_t, mach_port_t, unsigned); > +error_t search_for_ports (task_t, mach_port_type_t, unsigned); > + > int > main (int argc, char **argv) > {
Why not putting these functions there instead of forward-declaring them? Otherwise, Ack. Samuel