From: Simon Josefsson Date: Fri, 16 Jun 2006 13:33:11 +0000 (+0000) Subject: Remove. X-Git-Tag: gnutls_1_4_1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf5083c613ef49ce4b98df72a1db9daaf590577;p=thirdparty%2Fgnutls.git Remove. --- diff --git a/lib/strfile.h b/lib/strfile.h deleted file mode 100644 index 3a4d30e0b0..0000000000 --- a/lib/strfile.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation - * - * Author: Nikos Mavroyanopoulos - * - * This file is part of GNUTLS. - * - * The GNUTLS 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 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 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 - * - */ - -typedef struct -{ - opaque *data; - size_t size; - int mmaped; -} strfile; - -void _gnutls_strfile_free (strfile * x); -strfile _gnutls_file_to_str (const char *file);