claws-mail/src/gedit-print.h
Colin Leroy fe0b6200d2 2008-10-09 [colin] 3.6.0cvs20
* configure.ac
	* src/Makefile.am
	* src/crash.c
	* src/gedit-print.c
	* src/gedit-print.h
	* src/main.c
	* src/mainwindow.c
	* src/messageview.c
	* src/prefs_ext_prog.c
	* src/prefs_fonts.c
	* src/prefs_image_viewer.c
	* src/printing.c
	* src/printing.h
	* src/summaryview.c
	* src/gtk/Makefile.am
	* src/gtk/about.c
	* src/gtk/gtksourceprintjob.c
	* src/gtk/gtksourceprintjob.h
		Revert previous patch. It'd be better to remove
		OpenSSL instead, as GnuTLS works as well.
2008-10-09 17:02:02 +00:00

41 lines
1.2 KiB
C

/* -*- 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 <http://www.gnu.org/licenses/>.
*/
/*
* 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 <config.h>
#endif
#ifdef USE_GNOMEPRINT
#include <gtk/gtk.h>
void gedit_print (GtkTextView* view);
#endif
#endif /* __GEDIT_PRINT_H__ */