#985323 pack_subject.c: add a prototype for the functinon "pack_subject()"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-16 01:51:04 UTC
Severity:
normal
Tags:
#985323#5
Date:
2021-03-16 01:49:19 UTC
From:
To:
Dear Maintainer,

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

diff --git a/pack_subject.c b/pack_subject.c
index 41eaae7..1ecedcd 100644
--- a/pack_subject.c
+++ b/pack_subject.c
@@ -12,6 +12,8 @@
 #include "config.h"
 #include "global.h"

+int pack_subject(register char *, register char *, int *, int);
+
 int
 pack_subject(register char *dest, register char *src, int *re_counter_ptr, int max_length)
 {