Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
[obnox/wireshark/wip.git] / ps.h
diff --git a/ps.h b/ps.h
index 5eacffe219b78122612c21995de9300844f8b432..cc742d4bdcc7d15c1cbd354901ab5b1ffa26460d 100644 (file)
--- a/ps.h
+++ b/ps.h
@@ -1,15 +1,14 @@
 /* ps.h
  * Definitions for generating PostScript(R) packet output.
  *
+ * $Id$
  *
- * $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>
+ * 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
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
 #ifndef __PS_H__
 #define __PS_H__
 
-/* Functions in ps.c; automatically generated by rdps */
+/* Functions in ps.c; automatically generated by rdps.py */
 
 void print_ps_preamble(FILE *);
-void print_ps_hex(FILE *);
 void print_ps_finale(FILE *);
 
 #endif /* ps.h */