diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2010-08-09 09:31:47 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2010-08-09 09:31:47 +0200 |
commit | d3cb0ea6f6ab7be363baf0d395fb4aee91457a85 (patch) | |
tree | bbaee2049b9c95c67158227139777ee11420db73 /src/helpers.h | |
parent | 8b109d07366829550e02d43df14e8552b75c2af9 (diff) |
put CURL related functions into a separate file
Diffstat (limited to 'src/helpers.h')
-rw-r--r-- | src/helpers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/helpers.h b/src/helpers.h index fc9d20a9..bb320c5d 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -218,9 +218,5 @@ std::string GetLineValue(std::string &, char = '"', char = '"', bool = 0); std::basic_string<my_char_t> Scroller(const std::basic_string<my_char_t> &str, size_t &pos, size_t width); -#ifdef HAVE_CURL_CURL_H -size_t write_data(char *, size_t, size_t, void *); -#endif - #endif |