[Openvas-commits] r3371 - in trunk/openvas-client: . nessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu May 14 13:13:01 CEST 2009
Author: felix
Date: 2009-05-14 13:13:00 +0200 (Thu, 14 May 2009)
New Revision: 3371
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/nessus/comm.h
Log:
* nessus/comm.h (comm_send_long_preferences, comm_get_preference_errors,
comm_plugin_upload): Removed prototypes for not implemented functions.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-05-14 11:04:18 UTC (rev 3370)
+++ trunk/openvas-client/ChangeLog 2009-05-14 11:13:00 UTC (rev 3371)
@@ -1,5 +1,10 @@
2009-05-14 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ * nessus/comm.h (comm_send_long_preferences, comm_get_preference_errors,
+ comm_plugin_upload): Removed prototypes for not implemented functions.
+
+2009-05-14 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
* nessus/prefs_dialog/prefs_dialog_user.c: Use GTK+ 2.6 functionality
(keeping old code as comment), use gchar where glib char function is
used.
Modified: trunk/openvas-client/nessus/comm.h
===================================================================
--- trunk/openvas-client/nessus/comm.h 2009-05-14 11:04:18 UTC (rev 3370)
+++ trunk/openvas-client/nessus/comm.h 2009-05-14 11:13:00 UTC (rev 3371)
@@ -50,17 +50,13 @@
int comm_get_plugins(struct context *);
int comm_send_preferences(struct context *);
-int comm_send_long_preferences(struct context *);
int comm_send_rules(struct context *);
-void comm_get_preferences_errors(struct context*);
harglst * comm_get_sessions();
int comm_server_restores_sessions(struct context *);
void comm_restore_session(struct context *, char*);
-int comm_plugin_upload(char*);
-
int comm_get_dependencies(struct context*);
int comm_parse_preference(struct context *, struct arglist *, struct arglist *,
More information about the Openvas-commits
mailing list