summaryrefslogtreecommitdiff
path: root/piper_webext.h
diff options
context:
space:
mode:
authormiguel <miguel@localhost>2018-03-16 01:19:49 +0100
committermiguel <miguel@localhost>2018-03-16 01:19:49 +0100
commit6d09938230f85faebe2acaf6f54496117f5dbe34 (patch)
treed5f0b453f8855fc96d4567e83a82a30bd284e473 /piper_webext.h
parent9de609b8bb4e3624416a4fad47eaf820d870ac9c (diff)
modal keybindings and window spawning in existing process
Diffstat (limited to 'piper_webext.h')
-rw-r--r--piper_webext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/piper_webext.h b/piper_webext.h
index 76de542..36d3aec 100644
--- a/piper_webext.h
+++ b/piper_webext.h
@@ -1,2 +1,2 @@
-void piper_init(char *pipe_in,char *pipe_out,void (*callback_func)(char *msg));
+void piper_init(char *pipe_in,char *pipe_out,void (*callback_func)(char *msg),char *url);
void piper_send(char *msg);