summaryrefslogtreecommitdiffstats
path: root/gpglib/tempname.h
blob: 66b4bd4728cb51c4fbf38276cdd6feca1da3e7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef tempname_h
#define tempname_h
/*
** Copyright 2001-2003 Double Precision, Inc.  See COPYING for
** distribution information.
*/


#include "config.h"

#ifdef  __cplusplus
extern "C" {
#endif

#define TEMPNAMEBUFSIZE	64

int libmail_tempfile(char *);

#ifdef  __cplusplus
} ;
#endif

#endif