summaryrefslogtreecommitdiff
path: root/piper_webext.h
diff options
context:
space:
mode:
Diffstat (limited to 'piper_webext.h')
-rw-r--r--piper_webext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/piper_webext.h b/piper_webext.h
new file mode 100644
index 0000000..76de542
--- /dev/null
+++ b/piper_webext.h
@@ -0,0 +1,2 @@
+void piper_init(char *pipe_in,char *pipe_out,void (*callback_func)(char *msg));
+void piper_send(char *msg);