Hi developpers,

if you want to submit patchs or code for Progect, here are the style
guidelines I want you to follow :

	- tabs are 4 spaces
	- each function has a descriptive header (take one of mine as example)
	- each funcion is prototyped (in the same file or in the corresponding .h)
	- each function is closed with its definition in comment (see my code)
	- work with 80 chars screen width as much as possible (I know it is
	  always possible, even if it's sometimes hard)

I won't accept code that doesn't fit these rules.

Send your submissions to : burgbach@users.sourceforge.net
