diff options
author | Neal H. Walfield <[email protected]> | 2015-03-31 10:00:58 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-03-31 10:00:58 +0000 |
commit | 44297d0821dbc2330b1f91351aaab8f6925dc032 (patch) | |
tree | cde0b5ccb80a8dfa93ec965006f29ba422cef600 | |
parent | dirmngr: Better encapsulate the keyservers variable. (diff) | |
download | gnupg-44297d0821dbc2330b1f91351aaab8f6925dc032.tar.gz gnupg-44297d0821dbc2330b1f91351aaab8f6925dc032.zip |
gpg: Remove gratuitous extern qualifier from declaration.
--
Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r-- | common/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/http.h b/common/http.h index 17f778d61..fcab12a23 100644 --- a/common/http.h +++ b/common/http.h @@ -62,7 +62,7 @@ struct parsed_uri_s }; typedef struct parsed_uri_s *parsed_uri_t; -extern struct uri_tuple_s *uri_query_lookup (parsed_uri_t uri, const char *key); +struct uri_tuple_s *uri_query_lookup (parsed_uri_t uri, const char *key); typedef enum { |