summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-27 12:02:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-27 12:02:49 +0000
commit61fb396c8d05a2962048d0555165f4958be68c85 (patch)
tree825cade74aa48439c8233a309810779b3cca1b33 /term.h
parent8864a7d6aa589a8b74c798ad8866a7b71e812a78 (diff)
downloadmandoc-61fb396c8d05a2962048d0555165f4958be68c85.tar.gz
Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined strings and escape characters, respectively.
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index 614cd148..7c475d9d 100644
--- a/term.h
+++ b/term.h
@@ -58,6 +58,7 @@ struct termp {
void *term_ascii2htab(void);
const char *term_a2ascii(void *, const char *, size_t, size_t *);
+const char *term_a2res(void *, const char *, size_t, size_t *);
void term_asciifree(void *);
void term_newln(struct termp *);