ustcomm: use connections; don't reconnect at every message
[ust.git] / libustcomm / ustcomm.h
index 0de4ad4610e411b492fff779e077ed9ada6f03df..7d22694cd6e47378360d3f422cb7cd6b5c207d74 100644 (file)
@@ -36,7 +36,7 @@ struct ustcomm_source {
 
 char *strdup_malloc(const char *s);
 
-int send_message(pid_t pid, const char *msg, char **reply);
+int send_message_pid(pid_t pid, const char *msg, char **reply);
 
 int ustcomm_ustd_recv_message(struct ustcomm_ustd *ustd, char **msg, struct ustcomm_source *src, int timeout);
 int ustcomm_app_recv_message(struct ustcomm_app *app, char **msg, struct ustcomm_source *src, int timeout);
This page took 0.023229 seconds and 4 git commands to generate.