diff options
| author | David Shaw <[email protected]> | 2003-03-11 17:32:59 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2003-03-11 17:32:59 +0000 |
| commit | a07c1bc4ac6535687b081d7c6634225d64519946 (patch) | |
| tree | 2ccbddd1136ed0a268f89378467981d474eb9f8f /include/http.h | |
| parent | * configure.ac: Look for res_query so we can use DNS SRV, and add (diff) | |
| download | gnupg-a07c1bc4ac6535687b081d7c6634225d64519946.tar.gz gnupg-a07c1bc4ac6535687b081d7c6634225d64519946.zip | |
* http.h: Add HTTP_FLAG_TRY_SRV.
Diffstat (limited to 'include/http.h')
| -rw-r--r-- | include/http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http.h b/include/http.h index 7e79ed2c1..b53ac9f9f 100644 --- a/include/http.h +++ b/include/http.h @@ -51,7 +51,8 @@ typedef enum { enum { /* put flag values into an enum, so that gdb can display them */ HTTP_FLAG_TRY_PROXY = 1, - HTTP_FLAG_NO_SHUTDOWN = 2 + HTTP_FLAG_NO_SHUTDOWN = 2, + HTTP_FLAG_TRY_SRV = 3 }; struct http_context { |
