diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
commit | 76e10d8d10a9743444942fd0ba5d0f58a122f370 (patch) | |
tree | f2e65c6e6baad263391dd7dc981a7f8e167bb707 /src/httpget.cpp | |
parent | 0a8a63f836fe8fc6f8b21517d8a5b012544f5e89 (diff) | |
download | libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.gz libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.bz2 libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.xz libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.zip |
Hey, this code isn't being used by anyone anymore, ever, anywhere, but I madeoriginal
it compile to get some old tests, and I figured I may as well not throw all that
away.
Diffstat (limited to 'src/httpget.cpp')
-rw-r--r-- | src/httpget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/httpget.cpp b/src/httpget.cpp index ee1f29c..fdd7fbd 100644 --- a/src/httpget.cpp +++ b/src/httpget.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | #include "exceptions.h" | 2 | #include "exceptions.h" |
3 | #include "connection.h" | 3 | #include "connection.h" |
4 | #include <stdio.h> | 4 | #include <stdio.h> |
5 | #include <string.h> | ||
6 | #include <stdlib.h> | ||
5 | 7 | ||
6 | char HttpGet::hexcode[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; | 8 | char HttpGet::hexcode[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; |
7 | 9 | ||