=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.h,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/sndiod/dev.h 2024/04/22 10:39:51 1.44 --- src/usr.bin/sndiod/dev.h 2024/05/19 00:05:43 1.45 *************** *** 1,4 **** ! /* $OpenBSD: dev.h,v 1.44 2024/04/22 10:39:51 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dev.h,v 1.45 2024/05/19 00:05:43 jsg Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 301,307 **** void dev_done(struct dev *); int dev_ref(struct dev *); void dev_unref(struct dev *); - int dev_getpos(struct dev *); unsigned int dev_roundof(struct dev *, unsigned int); int dev_iscompat(struct dev *, struct dev *); --- 301,306 ---- *************** *** 366,372 **** struct ctl *ctlslot_lookup(struct ctlslot *, int); void ctlslot_update(struct ctlslot *); - void dev_label(struct dev *, int); void dev_ctlsync(struct dev *); #endif /* !defined(DEV_H) */ --- 365,370 ----