mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2025-12-30 09:29:00 +00:00
Fixes the following warnings:
../tests/usb-acl-helper.c:29:10: warning: no previous prototype for ‘abort_test’ [-Wmissing-prototypes]
gboolean abort_test(gpointer user_data)
^~~~~~~~~~
../tests/usb-acl-helper.c:37:10: warning: no previous prototype for ‘cancel_test’ [-Wmissing-prototypes]
gboolean cancel_test(gpointer user_data)
^~~~~~~~~~~
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Acked-by: Marc-André Lureau <marcandre.lureau@gmail.com>
|
||
|---|---|---|
| .. | ||
| coroutine.c | ||
| file-transfer.c | ||
| Makefile.am | ||
| meson.build | ||
| mock-acl-helper.c | ||
| pipe.c | ||
| session.c | ||
| uri.c | ||
| usb-acl-helper.c | ||
| util.c | ||