missing prototype

This commit is contained in:
Alexandre Ratchov 2015-11-25 20:47:52 +01:00
parent 66ca92689e
commit a17c9dfc55
1 changed files with 1 additions and 0 deletions

View File

@ -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);