diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-27 16:03:20 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-27 16:03:20 +0000 |
commit | ce1317d110f70eee0d835ffa3c761168e2f5e9b7 (patch) | |
tree | ea290bde0b8761edd76cbdd00393d17586299bae /plugins/Dropbox/src/dropbox.h | |
parent | 2814cd2a0f6ed89dab0c4dca6b8dbb2c7523bef9 (diff) |
Drobpox:
- added search command
- fixed other commands
git-svn-id: http://svn.miranda-ng.org/main/trunk@16363 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index ee17d2e070..10c40041da 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -53,8 +53,6 @@ private: int OnFileDialogSuccessed(WPARAM wParam, LPARAM lParam);
// services
- static HANDLE CreateProtoServiceFunctionObj(const char *szService, MIRANDASERVICEOBJ serviceProc, void *obj);
-
static INT_PTR ProtoGetCaps(WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoGetName(WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoLoadIcon(WPARAM wParam, LPARAM lParam);
@@ -70,8 +68,9 @@ private: // commands
static void CommandHelp(void *arg);
- static void CommandContent(void *arg);
+ static void CommandList(void *arg);
static void CommandShare(void *arg);
+ static void CommandSearch(void *arg);
static void CommandDelete(void *arg);
// access token
|