2009/7/23 Jakub Zawadzki <[email protected]> > On Thu, Jul 23, 2009 at 12:47:30PM +0200, Jakub Zawadzki wrote: > > You can't typedef again, even if you use it without includes, in single > file like: > > > > but you can do: > > struct bar; /* forward, just in case? */ > > > > struct foo { > > struct bar *baz; > > }; > > > > typedef struct bar { > > int field1; > > } baz_t; > > In attachment patch, it looks scary cause of indent change :) > When you strip whitespaces change in _column_info struct it's just: > > - dfilter_t **col_custom_dfilter; /* Compiled custom column field */ > + struct _dfilter_t **col_custom_dfilter; /* Compiled custom column field > */
This looks like its building OK for me under Linux/gcc. I'll check it in soon assuming no problems. > > > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject=unsubscribe >
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
