From 46dd3365d4def0a50cf065f76bc39e52dfa71d82 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 7 Jun 2010 20:57:09 +0000 Subject: First check-in of PostScript output. This does not change any logic within term.c, but does add a small shim over putchar() that switches on the output engine. Prints, for this initial version, only monospace and without font decorations. It's a start. --- main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.h') diff --git a/main.h b/main.h index 80c61c6c..c9f522a8 100644 --- a/main.h +++ b/main.h @@ -1,4 +1,4 @@ -/* $Id: main.h,v 1.4 2010/06/07 10:52:44 kristaps Exp $ */ +/* $Id: main.h,v 1.5 2010/06/07 20:57:09 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -42,6 +42,7 @@ void tree_mdoc(void *, const struct mdoc *); void tree_man(void *, const struct man *); void *ascii_alloc(char *); +void *ps_alloc(void); void terminal_mdoc(void *, const struct mdoc *); void terminal_man(void *, const struct man *); void terminal_free(void *); -- cgit v1.2.3-56-ge451