diff options
author | Werner Koch <wk@gnupg.org> | 1999-02-16 14:16:33 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-02-16 14:16:33 +0100 |
commit | e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed (patch) | |
tree | 31dd54ac26b4c3fc30cc93d66161e72bf4cf7927 /include/http.h | |
parent | See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch (diff) | |
download | gnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.tar.xz gnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.zip |
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
Diffstat (limited to 'include/http.h')
-rw-r--r-- | include/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.h b/include/http.h index d55213eb9..7e6d9d970 100644 --- a/include/http.h +++ b/include/http.h @@ -52,7 +52,7 @@ typedef enum { struct http_context { int initialized; unsigned int status_code; - int socket; + int sock; int in_data; IOBUF fp_read; IOBUF fp_write; |