Updated Spanish translation
[anjuta-git-plugin.git] / src / start-with.h
blobb4ac6f6e019fd071aac2eaaf5194639ad196812a
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2 /*
3 * start-with.h
4 * Copyright (C) 2003 Naba Kumar <naba@gnome.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the Free
8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc., 59
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 #ifndef _START_WITH_H_
21 #define _START_WITH_H_
23 void start_with_dialog_show (GtkWindow *parent, AnjutaPreferences *pref,
24 gboolean force);
25 void start_with_dialog_save_yourself (AnjutaPreferences *pref, FILE *stream);
27 #endif