Mailing List Archive

NessusClient/nessus/prefs_dialog prefs_report.c,1.3,1.4
Update of /usr/local/cvs/NessusClient/nessus/prefs_dialog
In directory raccoon.nessus.org:/tmp/cvs-serv43381/nessus/prefs_dialog

Modified Files:
prefs_report.c
Log Message:
Almost all function in prefs_report.c use ANSI parameter declarations
now, so convert the remaining few to ANSI as well.


Index: prefs_report.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/prefs_dialog/prefs_report.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- prefs_report.c 10 Feb 2006 19:56:11 -0000 1.3
+++ prefs_report.c 10 Feb 2006 20:04:45 -0000 1.4
@@ -56,8 +56,7 @@
*/

static int
-cmp_hosts(a, b)
- char * a, * b;
+cmp_hosts(char * a, char * b)
{
struct in_addr ia, ib;

@@ -80,8 +79,7 @@
}

static int
-cmp_vulns(a, b)
- char * a, * b;
+cmp_vulns(char * a, char * b)
{
if(!a)
return -1;
@@ -117,8 +115,7 @@
* information about when the scan happened.
*/
void
-prefs_report_update_timestamp(ctrls)
- struct arglist *ctrls;
+prefs_report_update_timestamp(struct arglist *ctrls)
{
GtkWidget *scan_timestamps = arg_get_value(ctrls, "SCAN_TIMESTAMPS");
int be = (int)arg_get_value(ctrls, "BE");

_______________________________________________
Nessus-cvs mailing list
Nessus-cvs@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus-cvs