aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/finger/extern.h
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2004-03-14 06:43:34 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2004-03-14 06:43:34 +0000
commit8714ee5954e98735f62cd36034dc45c265d5324c (patch)
treef2c3eca9aa1949ec61715776f1adb7a0ecc62535 /usr.bin/finger/extern.h
parent6df0617286e573a51aa210376bb54aa1592beb59 (diff)
downloadsrc-8714ee5954e98735f62cd36034dc45c265d5324c.tar.gz
src-8714ee5954e98735f62cd36034dc45c265d5324c.zip
Notes
Diffstat (limited to 'usr.bin/finger/extern.h')
-rw-r--r--usr.bin/finger/extern.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h
index c8ff7f07b296..38552094ac7b 100644
--- a/usr.bin/finger/extern.h
+++ b/usr.bin/finger/extern.h
@@ -34,6 +34,9 @@
* $FreeBSD$
*/
+#ifndef _EXTERN_H_
+#define _EXTERN_H_
+
extern char tbuf[1024]; /* Temp buffer for anybody. */
extern int entries; /* Number of people. */
extern DB *db; /* Database. */
@@ -58,3 +61,5 @@ PERSON *palloc(void);
char *prphone(char *);
void sflag_print(void);
int show_text(const char *, const char *, const char *);
+
+#endif /* !_EXTERN_H_ */