From 319d06106e51d11bd2327a59bb1d12d09985421e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 29 Jun 2010 14:53:14 +0000 Subject: Add in -Opaper=xxx support for -Tps postscript. This doesn't have any functional changes beyond the getsubopt() parse in term_ps.c. If you want to test this (it only does -Opaper=a4 and -Opaper=letter; adding more is trivial), make sure you specify (e.g.) -sPAPERSIZE=a4 to gs(1). --- main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.h') diff --git a/main.h b/main.h index c48d0053..c772f102 100644 --- a/main.h +++ b/main.h @@ -1,4 +1,4 @@ -/* $Id: main.h,v 1.7 2010/06/19 20:46:28 kristaps Exp $ */ +/* $Id: main.h,v 1.8 2010/06/29 14:53:14 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -44,7 +44,7 @@ void tree_man(void *, const struct man *); void *ascii_alloc(char *); void ascii_free(void *); -void *ps_alloc(void); +void *ps_alloc(char *); void ps_free(void *); void terminal_mdoc(void *, const struct mdoc *); -- cgit v1.2.3