[Openvas-commits] r5712 - in trunk/gsa: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun Oct 25 20:59:21 CET 2009
Author: jan
Date: 2009-10-25 20:59:21 +0100 (Sun, 25 Oct 2009)
New Revision: 5712
Added:
trunk/gsa/src/gsad_oap.h
Removed:
trunk/gsa/src/gsad-oap.h
Modified:
trunk/gsa/ChangeLog
Log:
* src/gsad_oap.h: Renamed to src/gsad_oap.h.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2009-10-25 19:55:28 UTC (rev 5711)
+++ trunk/gsa/ChangeLog 2009-10-25 19:59:21 UTC (rev 5712)
@@ -1,5 +1,9 @@
2009-10-25 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+ * src/gsad_oap.h: Renamed to src/gsad_oap.h.
+
+2009-10-25 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
* src/gsad-base.h: Renamed to src/gsad_base.h.
* src/gsad-oap.h: Adjusted include name accordingly.
Deleted: trunk/gsa/src/gsad-oap.h
===================================================================
--- trunk/gsa/src/gsad-oap.h 2009-10-25 19:55:28 UTC (rev 5711)
+++ trunk/gsa/src/gsad-oap.h 2009-10-25 19:59:21 UTC (rev 5712)
@@ -1,45 +0,0 @@
-/* Greenbone Security Assistant
- * $Id$
- * Description: Headers for GSA's OAP communication module
- *
- * Authors:
- * Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
- * Michael Wiegand <michael.wiegand at intevation.de>
- * Matthew Mundell <matthew.mundell at intevation.de>
- *
- * Copyright:
- * Copyright (C) 2009 Greenbone Networks GmbH
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2,
- * or, at your option, any later version as published by the Free
- * Software Foundation
- *
- * This program 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-/**
- * @file gsad-oap.h
- * @brief Headers for GSA's OAP communication module
- */
-
-#ifndef GSAD_OAP_H
-#define GSAD_OAP_H
-
-#include "gsad_base.h" /* for credentials_t */
-
-void oap_init (int);
-
-char * get_users_oap (credentials_t *);
-char * create_user_oap (credentials_t *,
- const char *, const char *, const char *);
-char * delete_user_oap (credentials_t *, const char *);
-
-#endif
Copied: trunk/gsa/src/gsad_oap.h (from rev 5711, trunk/gsa/src/gsad-oap.h)
Property changes on: trunk/gsa/src/gsad_oap.h
___________________________________________________________________
Name: svn:mergeinfo
+
More information about the Openvas-commits
mailing list