summaryrefslogtreecommitdiffstatshomepage
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
commit8c93af8e9eb62eb23b9862156fbb36edd225ed36 (patch)
treef7d458624e88d7c3e4c76fd3d0e224029fb4f872 /private.h
parentc4da36392950a99306bb7aae41a441fdf8e9f48f (diff)
downloadmandoc-8c93af8e9eb62eb23b9862156fbb36edd225ed36.tar.gz
mandoc-8c93af8e9eb62eb23b9862156fbb36edd225ed36.tar.zst
mandoc-8c93af8e9eb62eb23b9862156fbb36edd225ed36.zip
Added regression tests (just for prologue, for now).
Minor fixes in parsing prologue.
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index b64bdb85..571fd0c7 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.72 2009/01/20 20:56:21 kristaps Exp $ */
+/* $Id: private.h,v 1.73 2009/01/20 22:55:46 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *);