summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 22:55:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 22:55:46 +0000
commite2762e29b6445ab6177b83521a279938a317605f (patch)
treef1daca9b424eb34693a3cb687aa7dba20226f4b0 /private.h
parent7a6aee8ed3dc388c63c4711e3a8122b46d8740fb (diff)
downloadmandoc-e2762e29b6445ab6177b83521a279938a317605f.tar.gz
Added regression tests (just for prologue, for now).
Minor fixes in parsing prologue.
Diffstat (limited to 'private.h')
-rw-r--r--private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.h b/private.h
index b4766b8f..1e80043f 100644
--- a/private.h
+++ b/private.h
@@ -161,6 +161,7 @@ int xstrlcats(char *, const struct mdoc_node *, size_t);
int xstrlcat(char *, const char *, size_t);
int xstrlcpy(char *, const char *, size_t);
int xstrcmp(const char *, const char *);
+int xstrncmp(const char *, const char *, size_t);
void *xcalloc(size_t, size_t);
char *xstrdup(const char *);