Chatsync
bbffde5c0c672a526bdc83637acf66dc20a80fbf
|
#include "toxchannel.hpp"
#include "messages.hpp"
#include "logging.hpp"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <cassert>
#include <string.h>
Namespaces | |
linux | |
toxChannel | |
toxChannel::util | |
Functions | |
std::string | toxChannel::util::hex2bin (std::string const &s) |
template<size_t Size> | |
std::string | toxChannel::util::ToxId2HR (const uint8_t *address) |
template<size_t Size> | |
std::string | toxChannel::util::ToxId2HR (const std::array< uint8_t, Size > &address) |
static Tox * | toxChannel::toxInit (const config::ConfigParser &config) |