mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-13 22:03:36 +00:00
test-marshaller: Make main declaration easier
Declare without argument instead of long declaration. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
ac8d27104b
commit
a45f656aac
@ -92,7 +92,7 @@ uint8_t * spice_parse_msg(uint8_t *message_start, uint8_t *message_end,
|
||||
uint32_t channel, uint16_t message_type, int minor,
|
||||
size_t *size_out, message_destructor_t *free_message);
|
||||
|
||||
int main(int argc G_GNUC_UNUSED, char **argv G_GNUC_UNUSED)
|
||||
int main(void)
|
||||
{
|
||||
SpiceMarshaller *marshaller;
|
||||
SpiceMsgMainShortDataSubMarshall *msg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user