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:
parent
f3f9a3582e
commit
89ec69becb
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue