#985381 match.c: add a prototype for the function "regexec_cf()"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-16 22:51:03 UTC
Severity:
normal
Tags:
#985381#5
Date:
2021-03-16 22:46:30 UTC
From:
To:
Dear Maintainer,

Signed-off-by: Bjarni Ingi Gislason <bjarniig@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 *);