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

@@ -29,7 +29,7 @@ struct guestfs_inpsect_command {
};
char *guestfs_inspect_endpoint(void);
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);
struct guestfs_inpsect_command *guestfs_inspect_zmsg_to_command(zmsg_t *msg);
void guestfs_inspect_command_destroy(struct guestfs_inpsect_command **c);