summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/finger/extern.h')
-rw-r--r--usr.bin/finger/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h
index 498c296..0014b74 100644
--- a/usr.bin/finger/extern.h
+++ b/usr.bin/finger/extern.h
@@ -51,8 +51,8 @@ extern int invoker_root; /* Invoked by root */
void enter_lastlog(PERSON *);
PERSON *enter_person(struct passwd *);
-void enter_where(struct utmp *, PERSON *);
-PERSON *find_person(const char *);
+void enter_where(struct utmpx *, PERSON *);
+PERSON *find_person(char *);
int hide(struct passwd *);
void lflag_print(void);
int match(struct passwd *, const char *);
OpenPOWER on IntegriCloud