aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'term_tag.h')
-rw-r--r--term_tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/term_tag.h b/term_tag.h
index f290cf51..f82b1a6e 100644
--- a/term_tag.h
+++ b/term_tag.h
@@ -1,4 +1,4 @@
-/* $Id: term_tag.h,v 1.3 2020/07/21 15:10:01 schwarze Exp $ */
+/* $Id: term_tag.h,v 1.4 2021/03/30 17:16:55 schwarze Exp $ */
/*
* Copyright (c) 2015, 2018, 2019, 2020 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -28,7 +28,7 @@ struct tag_files {
};
-struct tag_files *term_tag_init(const char *, const char *);
+struct tag_files *term_tag_init(const char *, const char *, const char *);
void term_tag_write(struct roff_node *, size_t);
int term_tag_close(void);
void term_tag_unlink(void);