aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-27 07:32:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-27 07:32:26 +0000
commitb15d8ed53a62b1e387e33a9390c1c9d858862601 (patch)
treef056fb05cb49e47e276a4d9332ca7ce9ec2c5430 /libmandoc.h
parent5a69146534b5566f6abd37c3808daff6754a4c79 (diff)
downloadmandoc-b15d8ed53a62b1e387e33a9390c1c9d858862601.tar.gz
mandoc-b15d8ed53a62b1e387e33a9390c1c9d858862601.tar.zst
mandoc-b15d8ed53a62b1e387e33a9390c1c9d858862601.zip
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmandoc.h b/libmandoc.h
index 1515633a..61b3a57f 100644
--- a/libmandoc.h
+++ b/libmandoc.h
@@ -1,4 +1,4 @@
-/* $Id: libmandoc.h,v 1.25 2011/07/25 15:37:00 kristaps Exp $ */
+/* $Id: libmandoc.h,v 1.26 2011/07/27 07:32:26 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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);