aboutsummaryrefslogtreecommitdiffstats
path: root/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'ps.h')
-rw-r--r--ps.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/ps.h b/ps.h
index 5eacffe219..c9dc3dcdf1 100644
--- a/ps.h
+++ b/ps.h
@@ -1,15 +1,14 @@
/* ps.h
* Definitions for generating PostScript(R) packet output.
*
+ * $Id: ps.h,v 1.6 2004/01/24 10:53:24 guy Exp $
*
- * $Id: ps.h,v 1.5 2002/08/28 21:00:41 jmayer Exp $
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* 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
@@ -30,8 +29,7 @@
/* Functions in ps.c; automatically generated by rdps */
-void print_ps_preamble(FILE *);
-void print_ps_hex(FILE *);
-void print_ps_finale(FILE *);
+int print_ps_preamble(FILE *);
+int print_ps_finale(FILE *);
#endif /* ps.h */