source: trunk/third/evolution/e-util/e-mktemp.h @ 16787

Revision 16787, 1.0 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16786, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2/*
3 *  Authors: Jeffrey Stedfast <fejj@ximian.com>
4 *
5 *  Copyright 2001 Ximian, Inc. (www.ximian.com)
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of version 2 of the GNU General Public
9 * License as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * Boston, MA 02111-1307, USA.
20 */
21
22
23#ifndef __E_MKTEMP_H__
24#define __E_MKTEMP_H__
25
26const char *e_mktemp  (const char *template);
27
28int         e_mkstemp (const char *template);
29
30const char *e_mkdtemp (const char *template);
31
32#endif /* __E_MKTEMP_H__ */
Note: See TracBrowser for help on using the repository browser.