-/* $OpenBSD: util.h,v 1.37 2022/04/20 14:00:19 millert Exp $ */
+/* $OpenBSD: util.h,v 1.38 2022/05/11 17:23:56 millert Exp $ */
/* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */
/*-
void pw_prompt(void);
void pw_copy(int, int, const struct passwd *, const struct passwd *);
int pw_scan(char *, struct passwd *, int *);
-void pw_error(const char *, int, int);
+__dead void pw_error(const char *, int, int);
int getptmfd(void);
int openpty(int *, int *, char *, const struct termios *,
const struct winsize *);