summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-01-16 17:11:18 +0000
committerColin Watson <cjwatson@debian.org>2022-01-16 17:11:18 +0000
commit83df40649a556a9113b1633ef50ded73463a558d (patch)
treeff912dee9ea6d4f1db83c54c7a5698f403f092eb /include
parent8161dece9d0c202668251ca8ad6d89c3bbca566f (diff)
Move appendstr out of manconfig.h
* include/manconfig.h (appendstr): Move to ... * lib/appendstr.h: ... here (new file). * lib/Makefile.am (libman_la_SOURCES): Add appendstr.h. * lib/README: Update file names. * lib/appendstr.c, libdb/db_delete.c, src/catman.c, src/check_mandirs.c, src/compression.c, src/filenames.c, src/globbing.c, src/man.c, src/manconv_client.c, src/manconv_main.c, src/manp.c, src/straycats.c, src/whatis.c, src/zsoelim.l: Include appendstr.h.
Diffstat (limited to 'include')
-rw-r--r--include/manconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/manconfig.h b/include/manconfig.h
index ba250774..509cccd3 100644
--- a/include/manconfig.h
+++ b/include/manconfig.h
@@ -181,14 +181,11 @@ extern struct compression comp_list[];
/* some library function declarations */
#include <stddef.h> /* for size_t */
-#include "attribute.h"
#include "xalloc.h"
#include "xstrndup.h"
struct pipeline;
-NODISCARD extern char *appendstr (char *, ...) ATTRIBUTE_SENTINEL ();
-
extern int quiet; /* be quiet(er) if 1 */
/*--------------------------*/