diff options
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 32a58691ec..f9957cc5b3 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -114,7 +114,8 @@ private: static bool IsAccountIntercepted(const char *module);
static char* HttpStatusToText(HTTP_STATUS status);
- static void HandleJsonResponseError(NETLIBHTTPREQUEST *response);
+ static void HandleHttpResponse(NETLIBHTTPREQUEST *response);
+ static JSONNode HandleJsonResponse(NETLIBHTTPREQUEST *response);
static MEVENT AddEventToDb(MCONTACT hContact, WORD type, DWORD flags, DWORD cbBlob, PBYTE pBlob);
|