summaryrefslogtreecommitdiff
path: root/src/helpers.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2010-08-09 09:31:47 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2010-08-09 09:31:47 +0200
commitd3cb0ea6f6ab7be363baf0d395fb4aee91457a85 (patch)
treebbaee2049b9c95c67158227139777ee11420db73 /src/helpers.h
parent8b109d07366829550e02d43df14e8552b75c2af9 (diff)
put CURL related functions into a separate file
Diffstat (limited to 'src/helpers.h')
-rw-r--r--src/helpers.h4
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