summaryrefslogtreecommitdiffstats
path: root/tag.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-07-25 14:02:06 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-07-25 14:02:06 +0000
commit8ecd58a3e222c5d6df72c264a6aad988c28321a4 (patch)
treeb9e03a585ffa25006118286ff62be9f72972a303 /tag.h
parentbb2b6d70625fb83d3ac31a1015588226c42b8457 (diff)
downloadmandoc-8ecd58a3e222c5d6df72c264a6aad988c28321a4.tar.gz
basic support for tag priorities; written at YYC
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag.h b/tag.h
index 654695d2..e3b2283d 100644
--- a/tag.h
+++ b/tag.h
@@ -18,8 +18,8 @@
__BEGIN_DECLS
char *tag_init(void);
-size_t tag_get(const char *, size_t);
-void tag_put(const char *, size_t, size_t);
+size_t tag_get(const char *, size_t, int);
+void tag_put(const char *, size_t, int, size_t);
void tag_write(void);
void tag_unlink(void);