=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/file.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/sndiod/file.h 2016/01/08 16:17:31 1.5 --- src/usr.bin/sndiod/file.h 2024/05/19 00:05:43 1.6 *************** *** 1,4 **** ! /* $OpenBSD: file.h,v 1.5 2016/01/08 16:17:31 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: file.h,v 1.6 2024/05/19 00:05:43 jsg Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 70,76 **** void filelist_init(void); void filelist_done(void); - void filelist_unlisten(void); struct file *file_new(struct fileops *, void *, char *, unsigned int); void file_del(struct file *); --- 70,75 ----