/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2001 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __E_MKTEMP_H__ #define __E_MKTEMP_H__ const char *e_mktemp (const char *template); int e_mkstemp (const char *template); const char *e_mkdtemp (const char *template); #endif /* __E_MKTEMP_H__ */ ain'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/wargus
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to version 2.2.2.alepulver2007-02-276-162/+137
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
* SHA256ifyedwin2006-01-221-0/+1
* - Don't link statically to libpng.flz2005-10-144-22/+20
* BROKEN on sparc64: does not compilekris2005-03-271-1/+7
* Utilize DATADIR macro.osa2004-11-102-180/+188
* Fix wrapper-scriptvs2004-07-091-17/+2
* - Unbreak pkg-message creation on read-only ports treepav2004-07-071-0/+1
* - [ -d for directoriespav2004-07-062-4/+5