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