summaryrefslogtreecommitdiff
path: root/usr.bin/finger/extern.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
commitf1bb2cd2aa7488657658fbc09aae2ead579049ab (patch)
tree6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/finger/extern.h
parent9f6092398b2ada850e3149754f08600fdff7caaa (diff)
downloadsrc-test2-f1bb2cd2aa7488657658fbc09aae2ead579049ab.tar.gz
src-test2-f1bb2cd2aa7488657658fbc09aae2ead579049ab.zip
Notes
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 eb80ac372bc6..89219c68528a 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 *);