code cleanups
[ust.git] / libustcomm / ustcomm.c
index f3263582cd0f7a6b33497aec1b7befbebd74ea07..e8199b3aaf5c6b70eadb2bd2fb01083684ae9c36 100644 (file)
@@ -417,7 +417,7 @@ static int init_named_socket(char *name, char **path_out)
        return -1;
 }
 
-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 result;
 
This page took 0.02219 seconds and 4 git commands to generate.