aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/curl/request.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/curl/request.h')
-rw-r--r--backends/networking/curl/request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/networking/curl/request.h b/backends/networking/curl/request.h
index 0265d3e2f3..136f007920 100644
--- a/backends/networking/curl/request.h
+++ b/backends/networking/curl/request.h
@@ -51,6 +51,8 @@ public:
virtual bool handle() = 0;
+ virtual void restart() = 0;
+
void setId(int32 id) { _id = id; }
};