Avoid byte-compiler warning in starttls.el

* lisp/net/network-stream.el (starttls-open-stream): Declare
to avoid compilation warning.
This commit is contained in:
Eli Zaretskii 2019-01-24 17:01:20 +02:00
parent f3f9a3582e
commit 89ec69becb

View file

@ -48,6 +48,7 @@
(declare-function starttls-available-p "starttls" ())
(declare-function starttls-negotiate "starttls" (process))
(declare-function starttls-open-stream "starttls" (name buffer host port))
(autoload 'gnutls-negotiate "gnutls")
(autoload 'open-gnutls-stream "gnutls")