#985327 printconf.c: remove a redeclared "*tmp_directory" and add a prototype for "print_config()"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-16 03:45:04 UTC
Severity:
normal
Tags:
#985327#5
Date:
2021-03-16 03:42:11 UTC
From:
To:
Dear Maintainer,
---
 printconf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/printconf.c b/printconf.c
index 8a2c06f..65df8ea 100644
--- a/printconf.c
+++ b/printconf.c
@@ -7,6 +7,8 @@

 /* printconf.c */

+void print_config(FILE *);
+
 extern char    *news_directory;
 extern char    *news_lib_directory;
 extern char    *master_directory;
@@ -14,7 +16,6 @@ extern char    *help_directory;
 extern char    *bin_directory;
 extern char    *db_directory;
 extern char    *db_data_directory;
-extern char    *tmp_directory;
 extern char    *log_file;
 extern char     domain[];