diff --git a/util.h b/util.h index cf11fb2..108167c 100644 --- a/util.h +++ b/util.h @@ -8,10 +8,10 @@ extern char *argv0; char *agetcwd(void); void apathmax(char **, long *); -void devtotty(int dev, int *tty_maj, int *tty_min); +void devtotty(int, int *, int *); void enprintf(int, const char *, ...); void eprintf(const char *, ...); long estrtol(const char *, int); void putword(const char *); void recurse(const char *, void (*)(const char *)); -char *ttytostr(int tty_maj, int tty_min); +char *ttytostr(int, int);