Follow up to rev 34073: Since "-b files:0" is no longer necessary to
[obnox/wireshark/wip.git] / ps.h
diff --git a/ps.h b/ps.h
index c9dc3dcdf1dedc77fb6b96aad98c358363231624..cc742d4bdcc7d15c1cbd354901ab5b1ffa26460d 100644 (file)
--- a/ps.h
+++ b/ps.h
@@ -1,12 +1,12 @@
 /* ps.h
  * Definitions for generating PostScript(R) packet output.
  *
 /* ps.h
  * Definitions for generating PostScript(R) packet output.
  *
- * $Id: ps.h,v 1.6 2004/01/24 10:53:24 guy Exp $
+ * $Id$
  *
  * Gilbert Ramirez <gram@alumni.rice.edu>
  *
  *
  * Gilbert Ramirez <gram@alumni.rice.edu>
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -27,9 +27,9 @@
 #ifndef __PS_H__
 #define __PS_H__
 
 #ifndef __PS_H__
 #define __PS_H__
 
-/* Functions in ps.c; automatically generated by rdps */
+/* Functions in ps.c; automatically generated by rdps.py */
 
 
-int print_ps_preamble(FILE *);
-int print_ps_finale(FILE *);
+void print_ps_preamble(FILE *);
+void print_ps_finale(FILE *);
 
 #endif /* ps.h */
 
 #endif /* ps.h */