=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/dev.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/aucat/Attic/dev.h 2008/11/09 16:26:07 1.5 +++ src/usr.bin/aucat/Attic/dev.h 2008/11/10 23:25:37 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.h,v 1.5 2008/11/09 16:26:07 ratchov Exp $ */ +/* $OpenBSD: dev.h,v 1.6 2008/11/10 23:25:37 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -33,10 +33,12 @@ void dev_stop(void); void dev_run(int); void dev_done(void); +int dev_getep(struct abuf **, struct abuf **); void dev_sync(struct abuf *, struct abuf *); void dev_attach(char *, struct abuf *, struct aparams *, unsigned, struct abuf *, struct aparams *, unsigned); +void dev_setvol(struct abuf *, int); void dev_clear(void); extern struct devops *devops, devops_sun, devops_aucat;