diff options
Diffstat (limited to 'protocols/SkypeWeb/src/requests/search.h')
-rw-r--r-- | protocols/SkypeWeb/src/requests/search.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/requests/search.h b/protocols/SkypeWeb/src/requests/search.h index 64283c1964..2b78cdac35 100644 --- a/protocols/SkypeWeb/src/requests/search.h +++ b/protocols/SkypeWeb/src/requests/search.h @@ -21,10 +21,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. class GetSearchRequest : public HttpRequest
{
public:
- GetSearchRequest(const char *token, const char *string) :
- HttpRequest(REQUEST_GET, "api.skype.com/search/users/any")
+ GetSearchRequest(const char *token, const char *string) :
+ HttpRequest(REQUEST_GET, "api.skype.com/search/users/any")
{
- Url
+ Url
<< CHAR_VALUE("keyWord", string)
<< CHAR_VALUE("contactTypes[]", "skype");
Headers
|