summaryrefslogtreecommitdiff
path: root/piper_webext.h
blob: 36d3aec917125c81cd3db2c0937c247df333e9bf (plain)
1
2
void piper_init(char *pipe_in,char *pipe_out,void (*callback_func)(char *msg),char *url);
void piper_send(char *msg);