remove unused {sio,mio}_hdl defs

This commit is contained in:
Alexandre Ratchov 2011-04-12 09:37:02 +02:00
parent 93c71ca1df
commit 5cad7e6688
2 changed files with 5 additions and 7 deletions

View File

@ -124,13 +124,14 @@ strlcpy.o: ../bsd-compat/strlcpy.c
strtonum.o: ../bsd-compat/strtonum.c
${CC} ${CFLAGS} ${SO_CFLAGS} ${INCLUDE} ${DEFS} -c -o strtonum.o ../bsd-compat/strtonum.c
aucat.o: aucat.c aucat.h sio_priv.h
sio_alsa.o: sio_alsa.c sio_priv.h sndio.h
sio_aucat.o: sio_aucat.c aucat.h ../aucat/amsg.h ../aucat/conf.h sio_priv.h \
sndio.h ../bsd-compat/bsd-compat.h
aucat.o: aucat.c aucat.h ../aucat/amsg.h ../aucat/conf.h \
../bsd-compat/bsd-compat.h
mio.o: mio.c mio_priv.h sndio.h ../bsd-compat/bsd-compat.h
mio_rmidi.o: mio_rmidi.c mio_priv.h sndio.h
mio_thru.o: mio_thru.c ../aucat/amsg.h ../aucat/conf.h mio_priv.h \
sndio.h ../bsd-compat/bsd-compat.h
sio.o: sio.c sio_priv.h sndio.h ../bsd-compat/bsd-compat.h
sio_alsa.o: sio_alsa.c sio_priv.h sndio.h
sio_aucat.o: sio_aucat.c aucat.h ../aucat/amsg.h ../aucat/conf.h \
sio_priv.h sndio.h ../bsd-compat/bsd-compat.h
sio_sun.o: sio_sun.c sio_priv.h sndio.h

View File

@ -3,9 +3,6 @@
#include "amsg.h"
struct sio_hdl;
struct mio_hdl;
struct aucat {
int fd; /* socket */
struct amsg rmsg, wmsg; /* temporary messages */