aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit1001fe029bca51173d79b3b314825dc33a40bb65 (patch)
tree7617e6bfaa4af6b729a1bd484233c036f4e5ef42 /tag.h
parent63715ce7fcf7bb1237ac456e45c0d5ecefda8e2c (diff)
downloadmandoc-1001fe029bca51173d79b3b314825dc33a40bb65.tar.gz
mandoc-1001fe029bca51173d79b3b314825dc33a40bb65.tar.zst
mandoc-1001fe029bca51173d79b3b314825dc33a40bb65.zip
basic support for tag priorities; written at YYC
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tag.h b/tag.h
index 3708e4e3..b6030bb4 100644
--- a/tag.h
+++ b/tag.h
@@ -1,4 +1,4 @@
-/* $Id: tag.h,v 1.2 2015/07/21 03:26:22 schwarze Exp $ */
+/* $Id: tag.h,v 1.3 2015/07/25 14:02:06 schwarze Exp $ */
/*
* Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -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);