[Openvas-commits] r5369 - in trunk/openvas-libraries: . include
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 5 12:23:52 CEST 2009
Author: felix
Date: 2009-10-05 12:23:51 +0200 (Mon, 05 Oct 2009)
New Revision: 5369
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/Makefile
trunk/openvas-libraries/include/libopenvas.h
Log:
* include/libopenvas.h: Emptied, except for documentation.
* Makefile: Do not install libopenvas.h anymore.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-10-05 09:45:25 UTC (rev 5368)
+++ trunk/openvas-libraries/ChangeLog 2009-10-05 10:23:51 UTC (rev 5369)
@@ -1,5 +1,18 @@
2009-10-05 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ * include/libopenvas.h: Emptied, except for documentation.
+
+ * Makefile: Do not install libopenvas.h anymore.
+
+2009-10-05 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
+ * include/libopenvas.h: Removed not needed function declarations and
+ includes.
+
+ * MANIFEST: Updated.
+
+2009-10-05 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
* includes/nvt_categories.h: New file, contains categories previously
declared in libopenvas.h and a todo.
Modified: trunk/openvas-libraries/Makefile
===================================================================
--- trunk/openvas-libraries/Makefile 2009-10-05 09:45:25 UTC (rev 5368)
+++ trunk/openvas-libraries/Makefile 2009-10-05 10:23:51 UTC (rev 5369)
@@ -53,7 +53,6 @@
cd nasl && ${MAKE} install
cd omp && ${MAKE} install
- $(INSTALL) -m 0444 include/libopenvas.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 include/nvt_categories.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 include/libvers.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 misc/arglists.h $(DESTDIR)${includedir}/openvas
Modified: trunk/openvas-libraries/include/libopenvas.h
===================================================================
--- trunk/openvas-libraries/include/libopenvas.h 2009-10-05 09:45:25 UTC (rev 5368)
+++ trunk/openvas-libraries/include/libopenvas.h 2009-10-05 10:23:51 UTC (rev 5369)
@@ -32,50 +32,3 @@
* \section copying License Information
* \verbinclude COPYING
*/
-
-#ifndef _LIBOPENVAS_H
-#define _LIBOPENVAS_H
-
-#ifndef ExtFunc
-#define ExtFunc
-#endif
-
-
-#include "arglists.h"
-#include "bpf_share.h"
-#include "ftp_funcs.h"
-#include "kb.h"
-#include "network.h"
-#include "pcap_openvas.h"
-#include "plugutils.h"
-#include "popen.h"
-#include "proctitle.h"
-#include "rand.h"
-#include "resolve.h"
-#include "scanners_utils.h"
-#include "services1.h"
-#include "share_fd.h"
-#include "store.h"
-#include "system.h"
-#include "www_funcs.h"
-
-
-/**
- * Plugin standard function template to init a plugin (nasl/nes/oval).
- */
-typedef int(*plugin_init_t)(struct arglist *);
-/**
- * Plugin standard function template to run a plugin (nasl/nes/oval).
- */
-typedef int(*plugin_run_t)(struct arglist *);
-
-
-/* Plugin preference types (influence gui in client) */
-#define PREF_CHECKBOX "checkbox"
-#define PREF_ENTRY "entry"
-#define PREF_RADIO "radio"
-#define PREF_PASSWORD "password"
-#define PREF_FILE "file"
-/*#define PREF_SSH_CREDENTIALS "sshcredentials"*/
-
-#endif /* _LIBOPENVAS_H */
More information about the Openvas-commits
mailing list