summaryrefslogtreecommitdiff
path: root/rtclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtclient.h')
-rw-r--r--rtclient.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/rtclient.h b/rtclient.h
deleted file mode 100644
index 53b8a51..0000000
--- a/rtclient.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef RTCLIENT_H
-#define RTCLIENT_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- bool rtclient_init();
- void rtclient_cleanup();
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // RTCLIENT_H