I need some help understanding some C code.

int     (*if_ioctl)
       (struct ifnet *, int, caddr_t);

int     (*if_watchdog)
       (int);

Can someone break down these declarations (if that's what they are)? Is this a form of typecasting? Thanks for your help.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to