X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=9dc84bdcc9cf1dacc3c868d22223b6df42f05bbb;hb=772030fed323e388da467735cf4b5e8781acb710;hp=fed2335904d90b5038efbcf1a64e2b47057290ca;hpb=ef290fcae477f5717256af47b4342c0f59948d7a;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index fed2335..9dc84bd 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -67,7 +67,7 @@ int ustcomm_init_app(pid_t pid, struct ustcomm_app *handle); int ustcomm_init_ustd(struct ustcomm_ustd *handle); int ustcomm_connect_app(pid_t pid, struct ustcomm_connection *conn); -int ustcomm_send_request(struct ustcomm_connection *conn, char *req, char **reply); +int ustcomm_send_request(struct ustcomm_connection *conn, const char *req, char **reply); int ustcomm_send_reply(struct ustcomm_server *server, char *msg, struct ustcomm_source *src); int nth_token_is(char *str, char *token, int tok_no);