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-Tag: FILE5_25~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f454e89ec65739b538870b33ddee44fd53675ce1;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 *);