nheko/src/MatrixClient.h

16 lines
168 B
C
Raw Normal View History

#pragma once
2017-04-06 01:06:42 +02:00
#include <mtxclient/http/client.hpp>
namespace http {
mtx::http::Client *
client();
bool
is_logged_in();
//! Initialize the http module
void
init();
}