On Mon, 04 Apr 2005 11:43:21 -0700
Matt <[EMAIL PROTECTED]> wrote:

> 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.
> 
> 

You already posted the *exact* same question a while ago and many people,
including me, have answered it already.

Reply via email to