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.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h
index eb80ac3..89219c6 100644
--- a/usr.bin/finger/extern.h
+++ b/usr.bin/finger/extern.h
@@ -39,15 +39,15 @@ extern int entries; /* Number of people. */
extern DB *db; /* Database. */
extern int d_first;
-void enter_lastlog __P((PERSON *));
-PERSON *enter_person __P((struct passwd *));
-void enter_where __P((struct utmp *, PERSON *));
-PERSON *find_person __P((char *));
-int hide __P((struct passwd *));
-void lflag_print __P((void));
-int match __P((struct passwd *, char *));
-void netfinger __P((char *));
-PERSON *palloc __P((void));
-char *prphone __P((char *));
-void sflag_print __P((void));
-int show_text __P((const char *, const char *, const char *));
+void enter_lastlog(PERSON *);
+PERSON *enter_person(struct passwd *);
+void enter_where(struct utmp *, PERSON *);
+PERSON *find_person(char *);
+int hide(struct passwd *);
+void lflag_print(void);
+int match(struct passwd *, char *);
+void netfinger(char *);
+PERSON *palloc(void);
+char *prphone(char *);
+void sflag_print(void);
+int show_text(const char *, const char *, const char *);
OpenPOWER on IntegriCloud