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

Dear Maintainer,

>From 88879561d042381aa52407616361d4822e6ebd31 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Sat, 13 Mar 2021 20:33:12 +0000
>Subject: [PATCH] match.c: add missing prototypes

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

diff --git a/match.c b/match.c
index 68fece3..8eadbeb 100644
--- a/match.c
+++ b/match.c
@@ -10,6 +10,13 @@
 #include "global.h"
 #include "regexp.h"
 
+/* prototypes */
+void   fold_string(register char *);
+int    regexec_fold(register regexp *, char *);
+int    strmatch(char *, register char *);
+int    strmatch_cf(char *, char *);
+int    strmatch_fold(char *, register char *);
+
 int             case_fold_search = 1;
 
 #define MAXFOLD        256             /* max length of any string */
-- 
2.30.1


-- 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