There's no need to keep a "FILE *" for the file being printed to in a
[obnox/wireshark/wip.git] / ps.h
diff --git a/ps.h b/ps.h
index c9dc3dcdf1dedc77fb6b96aad98c358363231624..a41d0f245a2c43c9abe4d9e1b8e13dc8bcd2a47d 100644 (file)
--- a/ps.h
+++ b/ps.h
@@ -1,7 +1,7 @@
 /* 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.7 2004/01/25 00:58:12 guy Exp $
  *
  * Gilbert Ramirez <gram@alumni.rice.edu>
  *
@@ -29,7 +29,7 @@
 
 /* Functions in ps.c; automatically generated by rdps */
 
-int print_ps_preamble(FILE *);
-int print_ps_finale(FILE *);
+void print_ps_preamble(FILE *);
+void print_ps_finale(FILE *);
 
 #endif /* ps.h */