summaryrefslogtreecommitdiffstats
path: root/tag.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-07-21 03:26:21 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-07-21 03:26:21 +0000
commitbb2b6d70625fb83d3ac31a1015588226c42b8457 (patch)
treef785a6598d1ea7cd15ffa01b00df8059354aed39 /tag.h
parent2911006dcd808278e26b990dd26b268183fc27b4 (diff)
downloadmandoc-bb2b6d70625fb83d3ac31a1015588226c42b8457.tar.gz
When creation of the temporary tags file fails, call the pager
without the -T option, because otherwise the pager won't even start. Fixing a bug reported by jca@. While here, shorten the code by two lines and delete one internal interface function.
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag.h b/tag.h
index 18f7b804..654695d2 100644
--- a/tag.h
+++ b/tag.h
@@ -17,8 +17,7 @@
__BEGIN_DECLS
-void tag_init(void);
-char *tag_filename(void);
+char *tag_init(void);
size_t tag_get(const char *, size_t);
void tag_put(const char *, size_t, size_t);
void tag_write(void);