aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-08-01 12:23:34 +0000
committerWerner Koch <[email protected]>2006-08-01 12:23:34 +0000
commit8c219602515ae1dba5bc0da31077852dab61809e (patch)
tree49d596d702cfec2b8cc42ccaf8c90c82d5200ac5 /include/http.h
parentForgot this one. (diff)
parent2006-07-29 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-8c219602515ae1dba5bc0da31077852dab61809e.tar.gz
gnupg-8c219602515ae1dba5bc0da31077852dab61809e.zip
Moved 1.9 branch to trunk
Diffstat (limited to 'include/http.h')
-rw-r--r--include/http.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/http.h b/include/http.h
index 060b5b8fc..b9ce5b130 100644
--- a/include/http.h
+++ b/include/http.h
@@ -23,7 +23,7 @@
#ifndef G10_HTTP_H
#define G10_HTTP_H 1
-#include "iobuf.h"
+#include "../common/iobuf.h"
struct uri_tuple {
struct uri_tuple *next;
@@ -65,8 +65,8 @@ struct http_context {
unsigned int status_code;
int sock;
int in_data;
- IOBUF fp_read;
- IOBUF fp_write;
+ iobuf_t fp_read;
+ iobuf_t fp_write;
int is_http_0_9;
PARSED_URI uri;
HTTP_REQ_TYPE req_type;