Mailing List Archive

ANSI-C / coding style
Hi,

after starting to look at the Nessus code, I have some questions:

1) What's the deal with ANSI-C (e.g. function parameters). Is there a
specific reason most is K&R (I just noticed that e.g. tftp_grab_file.c
uses ANSI-C function params). Would patches be accepted?

2) I sometimes have a hard time reading the source code due to the
indentation style. whitespace is cheap :-) Is there a recommended
format for new/updated code?

--nk