diff options
Diffstat (limited to 'usr.bin/sndiod/utils.h')
-rw-r--r-- | usr.bin/sndiod/utils.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/sndiod/utils.h b/usr.bin/sndiod/utils.h index a3ba936e243..623af9b9b8f 100644 --- a/usr.bin/sndiod/utils.h +++ b/usr.bin/sndiod/utils.h @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.h,v 1.6 2021/11/01 14:43:25 ratchov Exp $ */ +/* $OpenBSD: utils.h,v 1.7 2021/11/01 18:23:09 ratchov Exp $ */ /* * Copyright (c) 2003-2012 Alexandre Ratchov <alex@caoua.org> * @@ -20,11 +20,6 @@ #include <stddef.h> -struct name { - struct name *next; - char str[]; -}; - void log_puts(char *); void log_putx(unsigned long); void log_putu(unsigned long); |