Files @ c4181a9c48be
Branch filter:

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

Jan Kaluza
Disable the compiler warning for deprecated boost::signals usage (#63). We cannot use boost::signals2 right now, because Swiften is not going to use it in the version 3.x.y.
#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__