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

#ifdef __cplusplus
extern "C" {
#endif

	bool rtclient_init();
	void rtclient_cleanup();

#ifdef __cplusplus
}
#endif

#endif // RTCLIENT_H