aboutsummaryrefslogtreecommitdiff
path: root/restapi/im.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--restapi/im.h7
1 files changed, 7 insertions, 0 deletions
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