magic
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user