From: Christos Zoulas Date: Fri, 11 Sep 2015 18:53:10 +0000 (+0000) Subject: works better if the change is in the original not the generated file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f570e51409ce3ef1d7eb7bcac97ac1fbf236372b;p=file works better if the change is in the original not the generated file. --- diff --git a/src/magic.h.in b/src/magic.h.in index 500bdbdd..1e567cd0 100644 --- a/src/magic.h.in +++ b/src/magic.h.in @@ -113,6 +113,7 @@ int magic_errno(magic_t); #define MAGIC_PARAM_ELF_PHNUM_MAX 2 #define MAGIC_PARAM_ELF_SHNUM_MAX 3 #define MAGIC_PARAM_ELF_NOTES_MAX 4 +#define MAGIC_PARAM_REGEX_MAX 5 int magic_setparam(magic_t, int, const void *); int magic_getparam(magic_t, int, void *);