1 #ifndef _GET_HOSTNAME_H_INCLUDED_
2 #define _GET_HOSTNAME_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /*	get_hostname 3h
7 /* SUMMARY
8 /*	network name lookup
9 /* SYNOPSIS
10 /*	#include <get_hostname.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /* External interface */
15 
16 extern const char *get_hostname(void);
17 
18 /* LICENSE
19 /* .ad
20 /* .fi
21 /*	The Secure Mailer license must be distributed with this software.
22 /* AUTHOR(S)
23 /*	Wietse Venema
24 /*	IBM T.J. Watson Research
25 /*	P.O. Box 704
26 /*	Yorktown Heights, NY 10598, USA
27 /*--*/
28 
29 #endif
30