aboutsummaryrefslogtreecommitdiff
path: root/liveapi/stdin.h
diff options
context:
space:
mode:
Diffstat (limited to 'liveapi/stdin.h')
-rw-r--r--liveapi/stdin.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/liveapi/stdin.h b/liveapi/stdin.h
new file mode 100644
index 0000000..f24d7a0
--- /dev/null
+++ b/liveapi/stdin.h
@@ -0,0 +1,12 @@
+#ifndef LIVEAPI_STDIN_H_
+#define LIVEAPI_STDIN_H_
+
+#include <cjson/cJSON.h>
+#include <features.h>
+#include "libuwsc/uwsc.h"
+
+#include "liveapi.h"
+
+void liveapi_activate_stdin_with_callback(struct uwsc_client *cl, liveapi_stdin_cb * cb);
+
+#endif