/* GNUTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2008 Free Software Foundation
GNUTLS is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License along with GNUTLS; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
-/* Written by Ludovic Courtès <ludo@chbouib.org>. */
+/* Written by Ludovic Courtès <ludo@gnu.org>. */
#include <stdio.h>
#include <string.h>
gnutls_x509_crt_fmt_t);
/* Helper function to implement the `set-file!' functions. */
-static inline unsigned int
+static unsigned int
set_certificate_file (certificate_set_file_function_t set_file,
SCM cred, SCM file, SCM format,
const char *func_name)