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

#include "user.h"
#include "ticket.h"

#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif

#endif // RTCLIENT_H