Files @ 56de41bb976b
Branch filter:

Location: libtransport.git/backends/twitter/libtwitcurl/urlencode.h

Jan Kaluza
Swiften: Check if the legacyname contains the resource and do not append our in that case
#ifndef __URLENCODE_H__
#define __URLENCODE_H__

#include <iostream>
#include <string>

std::string char2hex( char dec );
std::string urlencode( const std::string &c );

#endif // __URLENCODE_H__