=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/dev.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/aucat/Attic/dev.h 2008/11/07 21:01:15 1.4 +++ src/usr.bin/aucat/Attic/dev.h 2008/11/09 16:26:07 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.h,v 1.4 2008/11/07 21:01:15 ratchov Exp $ */ +/* $OpenBSD: dev.h,v 1.5 2008/11/09 16:26:07 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -37,6 +37,7 @@ void dev_attach(char *, struct abuf *, struct aparams *, unsigned, struct abuf *, struct aparams *, unsigned); +void dev_clear(void); extern struct devops *devops, devops_sun, devops_aucat;