diff options
| author | Werner Koch <[email protected]> | 2006-08-16 10:47:53 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-08-16 10:47:53 +0000 |
| commit | b744f963d7061ce55d2eed65b281298476e54fb7 (patch) | |
| tree | 6e8ccb3c39a45c16b4ca6cdb2273eb3b8bc2a888 /include/http.h | |
| parent | Changed HTTP API. (diff) | |
| download | gnupg-b744f963d7061ce55d2eed65b281298476e54fb7.tar.gz gnupg-b744f963d7061ce55d2eed65b281298476e54fb7.zip | |
With --enable-gpg the keyservers are now build and a first test using gpg2
shows no prblems. Needs more testing of course.
Diffstat (limited to 'include/http.h')
| -rw-r--r-- | include/http.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/http.h b/include/http.h index b9ce5b130..2fd64c288 100644 --- a/include/http.h +++ b/include/http.h @@ -23,6 +23,9 @@ #ifndef G10_HTTP_H #define G10_HTTP_H 1 +#error this file should not be used anymore + + #include "../common/iobuf.h" struct uri_tuple { |
