From 6d09938230f85faebe2acaf6f54496117f5dbe34 Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 16 Mar 2018 01:19:49 +0100 Subject: modal keybindings and window spawning in existing process --- piper_webext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'piper_webext.h') 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); -- cgit v1.2.3