2009-09-10 [mones] 3.7.2cvs30
[claws.git] / src / gedit-print.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3  * gedit-print.h
4  * This file is part of gedit
5  *
6  * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi 
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  */
21  
22 /*
23  * Modified by the gedit Team, 1998-2001. See the AUTHORS file for a 
24  * list of people on the gedit Team.  
25  * See the ChangeLog files for a list of changes. 
26  */
27
28 #ifndef __GEDIT_PRINT_H__
29 #define __GEDIT_PRINT_H__
30 #ifdef HAVE_CONFIG_H
31 #include <config.h>
32 #endif
33
34 #ifdef USE_GNOMEPRINT
35
36 #include <gtk/gtk.h>
37
38 void gedit_print                (GtkTextView* view);
39
40 #endif
41 #endif /* __GEDIT_PRINT_H__ */