aboutsummaryrefslogtreecommitdiff
path: root/sio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sio.c')
-rw-r--r--sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sio.c b/sio.c
index 54c25ad..4429742 100644
--- a/sio.c
+++ b/sio.c
@@ -103,7 +103,7 @@ read_sio(struct sio *sio)
}
void
-del_sio(struct sio *sio)
+free_sio(struct sio *sio)
{
sio_stop(sio->sio);
sio_close(sio->sio);