Improve const-correctness
Brought to you by:
poggij
Would you like to apply the advices from the article "http://en.wikipedia.org/wiki/Const-correctness" to more places in your sources?
I suggest to add the key word "const" to the type specifiers for parameters like the following.
http://wifiscanner.svn.sourceforge.net/viewvc/wifiscanner/trunk/daily/src/airjack.h?revision=144&view=markup
devname (functions "...AIRJACK")
http://wifiscanner.svn.sourceforge.net/viewvc/wifiscanner/trunk/daily/src/analyse.h?revision=145&view=markup
filename (function "LogWriteDOT")
Logged In: YES
user_id=572001
Originator: YES
How do you think about the suggested API polish?