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

Dear Maintainer,

>From 93542a17c334bcdb6583b3d61203a5918a9b68c6 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Tue, 16 Mar 2021 03:17:17 +0000
>Subject: [PATCH] match.c: add a prototype for the function "regexec_cf()"

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

diff --git a/match.c b/match.c
index 6f1969b..22b7033 100644
--- a/match.c
+++ b/match.c
@@ -12,6 +12,7 @@
 
 /* prototypes */
 void   fold_string(register char *);
+int    regexec_cf(register regexp *, char *);
 int    regexec_fold(register regexp * , char *);
 int    strmatch(char *, register char *);
 int    strmatch_cf(char *, char *);
-- 
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