From c3a38b374a5f4635f91f2b980e43da5b27e0d36a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 8 Jun 2010 13:22:37 +0000 Subject: No functionality changes: just restructuring. Deprecated terminal_free() in favour of ps_free() and ascii_free(). Moved ps_*() functions into term_ps.c so that they don't clutter up term.c. --- term.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'term.h') diff --git a/term.h b/term.h index bf54e5d6..f049da66 100644 --- a/term.h +++ b/term.h @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.58 2010/06/07 20:57:09 kristaps Exp $ */ +/* $Id: term.h,v 1.59 2010/06/08 13:22:37 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -81,6 +81,8 @@ struct termp { size_t pspage; /* -Tps: current page */ }; +struct termp *term_alloc(enum termenc); +void term_free(struct termp *); void term_newln(struct termp *); void term_vspace(struct termp *); void term_word(struct termp *, const char *); -- cgit v1.2.3