From a17c9dfc55e21f8a81aa1c6654edd97ccaf704d5 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 25 Nov 2015 20:47:52 +0100 Subject: [PATCH] missing prototype --- sndiod/sndiod.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sndiod/sndiod.c b/sndiod/sndiod.c index 12685f2..a8381ae 100644 --- a/sndiod/sndiod.c +++ b/sndiod/sndiod.c @@ -98,6 +98,7 @@ void unsetsig(void); void privdrop(void); struct dev *mkdev(char *, struct aparams *, int, int, int, int, int, int); +struct port *mkport(char *, int); struct opt *mkopt(char *, struct dev *, int, int, int, int, int, int, int, int);