From afdab77790e8db165b43e9ab34cb26313b067856 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Tue, 27 Aug 2019 08:28:24 +0800 Subject: Added rtclient module --- rtclient.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 rtclient.h (limited to 'rtclient.h') 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 -- cgit v1.2.3