aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-14 16:06:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-14 16:06:08 +0000
commitbc80934db614d28c7b53a0b013dd68c4e6234c7e (patch)
treebcfd50f5fc85c0ca8c328e04521d96dcd6ff8e67 /libmandoc.h
parentf9f5e761b11d13e40b541734e962b5931fa8f5d9 (diff)
downloadmandoc-bc80934db614d28c7b53a0b013dd68c4e6234c7e.tar.gz
mandoc-bc80934db614d28c7b53a0b013dd68c4e6234c7e.tar.zst
mandoc-bc80934db614d28c7b53a0b013dd68c4e6234c7e.zip
Move roff.c's strtol into libmandoc.h for use by other parts of the code
(which will come).
Diffstat (limited to 'libmandoc.h')
-rw-r--r--libmandoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h
index eafcb2c6..5f8379af 100644
--- a/libmandoc.h
+++ b/libmandoc.h
@@ -1,4 +1,4 @@
-/* $Id: libmandoc.h,v 1.20 2011/04/19 16:38:48 kristaps Exp $ */
+/* $Id: libmandoc.h,v 1.21 2011/05/14 16:06:09 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -79,6 +79,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);
void mdoc_free(struct mdoc *);
struct mdoc *mdoc_alloc(struct regset *, struct mparse *);