OpenVAS Libraries
4.0+rc3.SVN
|
00001 /* OpenVAS Libraries 00002 * $Id$ 00003 * Description: UUID creation. 00004 * 00005 * Authors: 00006 * Matthew Mundell <matt@mundell.ukfsn.org> 00007 * Michael Wiegand <michael.wiegand@greenbone.net> 00008 * Felix Wolfsteller <felix.wolfsteller@greenbone.net> 00009 * 00010 * Copyright: 00011 * Copyright (C) 2009,2010 Greenbone Networks GmbH 00012 * 00013 * This program is free software; you can redistribute it and/or 00014 * modify it under the terms of the GNU General Public License 00015 * as published by the Free Software Foundation; either version 2 00016 * of the License, or (at your option) any later version. 00017 * 00018 * This program is distributed in the hope that it will be useful, 00019 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00021 * GNU General Public License for more details. 00022 * 00023 * You should have received a copy of the GNU General Public License 00024 * along with this program; if not, write to the Free Software 00025 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 00026 * USA. 00027 */ 00028 00029 #ifndef _OPENVAS_UUID_H 00030 #define _OPENVAS_UUID_H 00031 00032 char *openvas_uuid_make (); 00033 00034 #endif /* not _OPENVAS_UUID_H */