Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From af815ae852223e24c2cdd150f6e142dd72c9f1c0 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Sat, 27 Mar 2021 23:15:49 +0000
>Subject: [PATCH] prefix.c: declare prototypes for "nn_exit()", "nn_exitmsg()",
> and "nn_msg()"

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 prefix.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/prefix.c b/prefix.c
index 69480c5..4a20a3c 100644
--- a/prefix.c
+++ b/prefix.c
@@ -152,6 +152,11 @@ main(int argc, char *argv[])
 from "prefix.o" and "global.o" and linking.
 */
 
+/* Prototypes */
+void nn_exit(int);
+void nn_exitmsg(void);
+void nn_msg(void); /* dummy function */
+
 void
 nn_exit(int n)
 {
-- 
2.30.2



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.19-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- debconf information excluded

-- 
Bjarni I. Gislason

Reply via email to