/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * gedit-print.h * This file is part of gedit * * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * 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, see . */ /* * Modified by the gedit Team, 1998-2001. See the AUTHORS file for a * list of people on the gedit Team. * See the ChangeLog files for a list of changes. */ #ifndef __GEDIT_PRINT_H__ #define __GEDIT_PRINT_H__ #ifdef HAVE_CONFIG_H #include #endif #ifdef USE_GNOMEPRINT #include void gedit_print (GtkTextView* view); #endif #endif /* __GEDIT_PRINT_H__ */