[Openvas-commits] r5367 - in trunk/openvas-libraries: . include
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 5 11:38:34 CEST 2009
Author: felix
Date: 2009-10-05 11:38:33 +0200 (Mon, 05 Oct 2009)
New Revision: 5367
Modified:
trunk/openvas-libraries/MANIFEST
trunk/openvas-libraries/include/libopenvas.h
Log:
* include/libopenvas.h: Removed not needed function declarations and
includes.
* MANIFEST: Updated.
Modified: trunk/openvas-libraries/MANIFEST
===================================================================
--- trunk/openvas-libraries/MANIFEST 2009-10-05 09:29:31 UTC (rev 5366)
+++ trunk/openvas-libraries/MANIFEST 2009-10-05 09:38:33 UTC (rev 5367)
@@ -49,6 +49,7 @@
include/includes.h
include/libopenvas.h
include/libvers.h.in
+include/nvt_categories.h
INSTALL_README
install-sh
libopenvas.pc.in
Modified: trunk/openvas-libraries/include/libopenvas.h
===================================================================
--- trunk/openvas-libraries/include/libopenvas.h 2009-10-05 09:29:31 UTC (rev 5366)
+++ trunk/openvas-libraries/include/libopenvas.h 2009-10-05 09:38:33 UTC (rev 5367)
@@ -69,34 +69,7 @@
*/
typedef int(*plugin_run_t)(struct arglist *);
-/*
- * Network-related functions
- */
-/* Plugin specific network functions */
-
-int ping_host(struct in_addr);
-
-
-void plug_set_see_also(struct arglist *, char *);
-struct arglist * plug_get_see_also(struct arglist *);
-
-
-void plug_add_dep(struct arglist *, char *, char *);
-
-void plug_add_port(struct arglist *, int);
-
-/* returns a full duplex data file stream */
-FILE * ptyexecvp (const char *file, const char **argv, pid_t *child);
-
-void (*pty_logger(void(*)(const char *, ...)))(const char *, ...);
-
-/*
- * Miscellaneous functions
- */
-
-char * plug_get_host_name(struct arglist *);
-
/* Plugin preference types (influence gui in client) */
#define PREF_CHECKBOX "checkbox"
#define PREF_ENTRY "entry"
@@ -105,9 +78,4 @@
#define PREF_FILE "file"
/*#define PREF_SSH_CREDENTIALS "sshcredentials"*/
-/*
- * Pcap utils
- */
-#include <pcap.h>
-
#endif /* _LIBOPENVAS_H */
More information about the Openvas-commits
mailing list