From f4bacdd9ce4ac321b5071dba59e8600349093a13 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 24 Apr 2012 16:56:38 +0200 Subject: [PATCH] Add NewPreInclude plugin call --- docs/manuals/en/main/newfeatures.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index be3db548..8a093746 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -452,6 +452,12 @@ typedef struct s_baculaFuncs { or files matched by the rather simple fnmatch mechanism. See below for information on doing wild-card and regex excludes. +\item [NewPreInclude] can be called to create a new Include block. This + block will be added after the current defined Include block. This + function can be called multiple times, but each time, it will create + a new Include section (not normally needed). This function should + be called only if you want to add an entirely new Include block. + \item [NewInclude] can be called to create a new Include block. This block will be added before any user defined Include blocks. This function can be called multiple times, but each time, it will create -- 2.39.5