]> code.delx.au - gnu-emacs/blobdiff - src/gnutls.h
Port to FreeBSD 11-CURRENT i386
[gnu-emacs] / src / gnutls.h
index 8a667c00568a267463ce21e3989b1b9bf5f32aa5..8e879c168bd5a319affc31f964bd6bebd6d3084b 100644 (file)
@@ -1,5 +1,5 @@
 /* GnuTLS glue for GNU Emacs.
-   Copyright (C) 2010-2014 Free Software Foundation, Inc.
+   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -23,6 +23,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
+#include "lisp.h"
+
 /* This limits the attempts to handshake per process (connection).  */
 #define GNUTLS_EMACS_HANDSHAKES_LIMIT 100
 
@@ -81,9 +83,10 @@ extern ptrdiff_t emacs_gnutls_record_check_pending (gnutls_session_t state);
 extern void emacs_gnutls_transport_set_errno (gnutls_session_t state, int err);
 #endif
 extern Lisp_Object emacs_gnutls_deinit (Lisp_Object);
-
-extern void syms_of_gnutls (void);
+extern Lisp_Object emacs_gnutls_global_init (void);
 
 #endif
 
+extern void syms_of_gnutls (void);
+
 #endif