This commit is contained in:
Pin
2024-05-21 21:36:50 -04:00
parent 84fffca8e5
commit 8fa0c4b259
4 changed files with 13 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ char *guestfs_inspect_endpoint() {
return res;
}
zmsg_t *guestfs_inspect_command_to_zmsg(struct guestfs_inpsect_command *command) {
zmsg_t *guestfs_inspect_command_to_zmsg(const struct guestfs_inpsect_command *command) {
zmsg_t *res = zmsg_new();
zmsg_addstr(res, command->name);