]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove.
authorSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 13:33:11 +0000 (13:33 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 13:33:11 +0000 (13:33 +0000)
lib/strfile.h [deleted file]

diff --git a/lib/strfile.h b/lib/strfile.h
deleted file mode 100644 (file)
index 3a4d30e..0000000
+++ /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);