aboutsummaryrefslogtreecommitdiff
path: root/test/ncsitest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ncsitest.c')
-rw-r--r--test/ncsitest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ncsitest.c b/test/ncsitest.c
index c763af2..36aa090 100644
--- a/test/ncsitest.c
+++ b/test/ncsitest.c
@@ -148,7 +148,7 @@ static void test_ncsi_oem_mlx_gma(Slirp *slirp)
assert(oem->data[MLX_GMA_STATUS_OFFSET] == 1);
}
-static ssize_t send_packet(const void *buf, size_t len, void *opaque)
+static slirp_ssize_t send_packet(const void *buf, size_t len, void *opaque)
{
assert(len <= NCSI_RESPONSE_CAPACITY);
memcpy(opaque, buf, len);