mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 11:06:18 +00:00
record: Make red_record_cursor_cmd static
This function is never used outside this compile unit. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
2b58c60bb1
commit
ddd3b286ad
@ -763,8 +763,8 @@ static void red_record_cursor(FILE *fd, RedMemSlotInfo *slots, int group_id,
|
||||
&qxl->chunk);
|
||||
}
|
||||
|
||||
void red_record_cursor_cmd(FILE *fd, RedMemSlotInfo *slots, int group_id,
|
||||
QXLPHYSICAL addr)
|
||||
static void red_record_cursor_cmd(FILE *fd, RedMemSlotInfo *slots, int group_id,
|
||||
QXLPHYSICAL addr)
|
||||
{
|
||||
QXLCursorCmd *qxl;
|
||||
int error;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user