diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-27 07:32:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-27 07:32:26 +0000 |
commit | 65468ee42d485b8372e1b89f1ce668498f00a1cb (patch) | |
tree | 00423e9f9296cb0137294a5283ec1730960b511a /libmandoc.h | |
parent | 27347505f59ea1073a53132bd06cde1b95e0f803 (diff) | |
download | mandoc-65468ee42d485b8372e1b89f1ce668498f00a1cb.tar.gz |
Move mandoc_hyph() into roff_parsetext() as a single conditional. While
here, do some function renames for clarity and make all function
prototypes be in one place.
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h index c7f0b41d..ad657337 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -47,7 +47,6 @@ void mandoc_vmsg(enum mandocerr, struct mparse *, char *mandoc_getarg(struct mparse *, char **, int, int *); 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_strntoi(const char *, size_t, int); |