Re: About standard 'c' structures in header files.

2003-04-30 Thread Martijn van Oosterhout
On Wed, Apr 30, 2003 at 11:53:14PM +0300, Halil Demirezen wrote: > Hi, > > As writing a network based program, does debian forces i should use standard > structures in headers files? for example: > > struct iphdr > > > i can construct this structure my own. However, does debian want to see t

About standard 'c' structures in header files.

2003-04-30 Thread Halil Demirezen
Hi, As writing a network based program, does debian forces i should use standard structures in headers files? for example: struct iphdr i can construct this structure my own. However, does debian want to see there __standard__ structures in .deb packages? sincerely. --halil