diff options
Diffstat (limited to 'lisp/url/url-http.el')
-rw-r--r-- | lisp/url/url-http.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index d766952ebf..6a7d8e2c94 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -485,6 +485,8 @@ work correctly." ) ) +(declare-function gnutls-peer-status "gnutls.c" (proc)) + (defun url-http-parse-headers () "Parse and handle HTTP specific headers. Return t if and only if the current buffer is still active and |