X-Git-Url: https://git.octo.it/?p=sort-networks.git;a=blobdiff_plain;f=src%2Fsn_random.h;h=087fcb004a5aeabff0a763eb5ea2d091a4dbae30;hp=12e9fadb52f91429c270ff10a0eb2eed815117db;hb=0fc40afb5a375236b6d7af3f27b27b21c89c9779;hpb=f35c47cabbc75b05286e335dc92206b3afb08825 diff --git a/src/sn_random.h b/src/sn_random.h index 12e9fad..087fcb0 100644 --- a/src/sn_random.h +++ b/src/sn_random.h @@ -1,19 +1,20 @@ /** - * collectd - src/sn_random.h + * libsortnetwork - src/sn_random.h * Copyright (C) 2008-2010 Florian octo Forster * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; only version 2 of the License is applicable. + * This library is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or (at + * your option) any later version. * - * 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. + * 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 Lesser 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 + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: * Florian octo Forster @@ -22,6 +23,8 @@ #ifndef SN_RANDOM_H #define SN_RANDOM_H 1 +int sn_random_init (void); + int sn_random (void); int sn_true_random (void);