[Openvas-commits] r6241 - in trunk/openvas-libraries: . misc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Dec 23 08:07:34 CET 2009
Author: felix
Date: 2009-12-23 08:07:33 +0100 (Wed, 23 Dec 2009)
New Revision: 6241
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/misc/scanners_utils.h
Log:
* misc/scanners_utils.h: Copied header of implementation file to
header file.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-12-23 06:53:44 UTC (rev 6240)
+++ trunk/openvas-libraries/ChangeLog 2009-12-23 07:07:33 UTC (rev 6241)
@@ -1,5 +1,10 @@
2009-12-23 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ * misc/scanners_utils.h: Copied header of implementation file to
+ header file.
+
+2009-12-23 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
* hg/hg_utils.c, misc/bpf_share.c, misc/comm.h, misc/network.h,
misc/resolve.c, misc/resolve.h, misc/scanners_utils.c, misc/services.c
misc/system.c, misc/www_funcs.c, nasl/nasl_crypto.c, nasl/nasl_func.c,
Modified: trunk/openvas-libraries/misc/scanners_utils.h
===================================================================
--- trunk/openvas-libraries/misc/scanners_utils.h 2009-12-23 06:53:44 UTC (rev 6240)
+++ trunk/openvas-libraries/misc/scanners_utils.h 2009-12-23 07:07:33 UTC (rev 6241)
@@ -1,3 +1,23 @@
+/* OpenVAS Libraries
+ * Copyright (C) 1998 Renaud Deraison
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * scanners_utils -- scanner-plugins-specific stuff
+ */
+
#ifndef _OPENVAS_SCANNERS_UTILS_H
#define _OPENVAS_SCANNERS_UTILS_H
@@ -3,3 +23,4 @@
int comm_send_status(struct arglist *, char *, char *, int , int);
unsigned short *getpts(char *, int *);
+
#endif
More information about the Openvas-commits
mailing list