Files @ de8114d2da06
Branch filter:

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

Jan Kaluza
Libpurple: Do not change the nickname when joining the room when it is the same as the one used by the user
#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__