From 1bec937076d8d40f94ff4603479f21bca2de6c61 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 4 Aug 2019 11:03:38 +0200 Subject: Added http lib and basic restapi with rocket_close_im binary --- restapi/im.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 restapi/im.h (limited to 'restapi/im.h') diff --git a/restapi/im.h b/restapi/im.h new file mode 100644 index 0000000..fe85860 --- /dev/null +++ b/restapi/im.h @@ -0,0 +1,7 @@ +#ifndef RESTAPI_IM_H_ +#define RESTAPI_IM_H_ + +char // returns 0 if ok, greater than 0 otherwise +restapi_im_close(const char* username); + +#endif -- cgit v1.2.3