2010-11-01 Glenn Morris <rgm@gnu.org>
+ * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
+ Declare.
+
* info.el (finder-keywords-hash, package-alist): Declare.
2010-11-01 Chong Yidong <cyd@stupidchicken.com>
;;; gnutls.el --- Support SSL/TLS connections through GnuTLS
+
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Ted Zlatanov <tzz@lifelogs.com>
(let ((proc (open-network-stream name buffer host service)))
(gnutls-negotiate proc 'gnutls-x509pki)))
+(declare-function gnutls-boot "gnutls.c" (proc type proplist))
+
(defun gnutls-negotiate (proc type &optional priority-string
trustfiles keyfiles)
"Negotiate a SSL/TLS connection.
proc))
+(declare-function gnutls-errorp "gnutls.c" (error))
+(declare-function gnutls-error-string "gnutls.c" (error))
+
(defun gnutls-message-maybe (doit format &rest params)
"When DOIT, message with the caller name followed by FORMAT on PARAMS."
;; (apply 'debug format (or params '(nil)))