]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/tempnam.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / compat / tempnam.h
CommitLineData
37be9888 1/*
f70aedc4 2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
37be9888
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
0e2cd867 9/*
27bc2077 10 * Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
b8d8561b 11 * This file is part of the GNU C Library.
12 * The GNU C Library is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU Library General Public License as
14 * published by the Free Software Foundation; either version 2 of the
15 * License, or (at your option) any later version.
c5dd4956 16 *
b8d8561b 17 * The GNU C Library is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * Library General Public License for more details.
c5dd4956 21 *
b8d8561b 22 * You should have received a copy of the GNU Library General Public
23 * License along with the GNU C Library; see the file COPYING.LIB. If
24 * not, write to the Free Software Foundation, Inc., 675 Mass Ave,
27bc2077
AJ
25 * Cambridge, MA 02139, USA.
26 */
27
b5638623 28#ifndef SQUID_TEMPNAM_H
29#define SQUID_TEMPNAM_H
27bc2077 30
f5b8bbc4 31extern char *tempnam(const char *, const char *);
27bc2077 32
b5638623 33#endif /* SQUID_TEMPNAM_H */
f53969cc 34