diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-19 18:18:17 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-19 18:18:17 +0200 |
commit | fdecb56cbfcafe5b770c4181133655b89973f41e (patch) | |
tree | 13c66fdeef3fb672b3ee1e075b9361d0f5e901e6 /src/tool_convert.h | |
parent | 00532341b568653e78bc676feedf225fe7c2948f (diff) | |
download | curl-fdecb56cbfcafe5b770c4181133655b89973f41e.tar.gz |
curl tool: reviewed code moved to tool_*.[ch] files
Diffstat (limited to 'src/tool_convert.h')
-rw-r--r-- | src/tool_convert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_convert.h b/src/tool_convert.h index 4cc94b030..d3ef676b2 100644 --- a/src/tool_convert.h +++ b/src/tool_convert.h @@ -42,3 +42,4 @@ char convert_char(curl_infotype infotype, char this_char); #endif #endif /* HEADER_CURL_TOOL_CONVERT_H */ + |