summaryrefslogtreecommitdiff
path: root/rtclient/client.h
blob: db9918e2d0b06714925011c17f1f6a7feadedd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef RTCLIENT_CLIENT_H
#define RTCLIENT_CLIENT_H

#ifdef __cplusplus
extern "C" {
#endif

	bool rtclient_init(const char *url, const char *certificate);
	void rtclient_login(const char *name, const char *password);
	void rtclient_cleanup();

#ifdef __cplusplus
}
#endif

#endif // RTCLIENT_CLIENT_H