aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_prefs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-09 04:25:49 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-09 04:25:49 +0000
commitd32b5f829fac401b28f4810a3aa4350d9577efdb (patch)
tree2d9f2407fb7b939aef243e34f657aac15d69fb36 /gtk/print_prefs.h
parent338f3ff2ad5d8ee9acced7e29fc465625e173929 (diff)
Put RCS IDs (and a copyright notice and GPL notice) in several files,
and fix up the introductory comment on some other files. svn path=/trunk/; revision=640
Diffstat (limited to 'gtk/print_prefs.h')
-rw-r--r--gtk/print_prefs.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/gtk/print_prefs.h b/gtk/print_prefs.h
index 5ce73c3ea3..3cc8a0fbee 100644
--- a/gtk/print_prefs.h
+++ b/gtk/print_prefs.h
@@ -1,3 +1,28 @@
+/* print_prefs.h
+ * Definitions for print preferences window
+ *
+ * $Id: print_prefs.h,v 1.2 1999/09/09 04:25:48 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * 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 2
+ * 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
GtkWidget *printer_prefs_show();
void printer_prefs_ok(GtkWidget *w);