diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-21 15:21:13 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-21 15:21:13 +0000 |
commit | ff6ddfd72fee08b3063dffb618af31325e51beea (patch) | |
tree | 13490df552db9fb8c134636ddefc554d2ded3c46 /libmandoc.h | |
parent | faba8b69bbb1a57a9980aa454612ab8cca95e93a (diff) | |
download | mandoc-ff6ddfd72fee08b3063dffb618af31325e51beea.tar.gz |
Support `size' constructs in eqn.7. Generalise mandoc_strontou to this
effect.
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h index 0e79ca99..7a79257a 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -49,7 +49,7 @@ char *mandoc_normdate(struct mparse *, char *, int, int); int mandoc_eos(const char *, size_t, int); int mandoc_hyph(const char *, const char *); int mandoc_getcontrol(const char *, int *); -int mandoc_strntou(const char *, size_t, int); +int mandoc_strntoi(const char *, size_t, int); void mdoc_free(struct mdoc *); struct mdoc *mdoc_alloc(struct roff *, struct mparse *); |