aboutsummaryrefslogtreecommitdiffstats
path: root/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'ps.h')
-rw-r--r--ps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ps.h b/ps.h
index c9dc3dcdf1..a41d0f245a 100644
--- 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 */