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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h
index c8ff7f0..3855209 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_ */
OpenPOWER on IntegriCloud