diff options
| author | miguel <miguel@localhost> | 2018-03-15 23:36:59 +0100 |
|---|---|---|
| committer | miguel <miguel@localhost> | 2018-03-15 23:36:59 +0100 |
| commit | 54e06e03aad71888b3b05a1c249b170f3856da69 (patch) | |
| tree | 808bd355f2421704e490edd6ad1c3a1e67b33d77 /piper_webext.h | |
| parent | 7019970b24380cd823beb9760f34a6c00b569054 (diff) | |
v0.2
Diffstat (limited to 'piper_webext.h')
| -rw-r--r-- | piper_webext.h | 2 |
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); |
