summaryrefslogtreecommitdiff
path: root/plugins/DropBox/src/http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DropBox/src/http_request.h')
-rw-r--r--plugins/DropBox/src/http_request.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/DropBox/src/http_request.h b/plugins/DropBox/src/http_request.h
index 582de2fa83..b17ef16b58 100644
--- a/plugins/DropBox/src/http_request.h
+++ b/plugins/DropBox/src/http_request.h
@@ -3,6 +3,11 @@
#include "common.h"
+enum HttpStatus
+{
+ OK = 200
+};
+
class HttpRequest : public NETLIBHTTPREQUEST, public MZeroedObject
{
public: