1 #ifndef tempname_h
2 #define tempname_h
3 /*
4 ** Copyright 2001-2003 Double Precision, Inc.  See COPYING for
5 ** distribution information.
6 */
7 
8 
9 #include "config.h"
10 
11 #ifdef  __cplusplus
12 extern "C" {
13 #endif
14 
15 #define TEMPNAMEBUFSIZE	64
16 
17 int libmail_tempfile(char *);
18 
19 #ifdef  __cplusplus
20 } ;
21 #endif
22 
23 #endif
24