]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/breg.h
update version
[bacula/bacula] / bacula / src / lib / breg.h
index ff84da5316c6e2bad5683c99bd3dd934af3c2b91..1a7d4123715ef1b6444568f4224da0024c383f74 100644 (file)
@@ -11,7 +11,7 @@
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
-   modify it under the terms of version two of the GNU General Public
+   modify it under the terms of version three of the GNU Affero General Public
    License as published by the Free Software Foundation and included
    in the file LICENSE.
 
@@ -20,7 +20,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
+   You should have received a copy of the GNU Affero General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
@@ -75,8 +75,8 @@ public:
    char *eor;                   /* end of regexp in expr */
 
    char *return_fname(const char *fname, int len); /* return fname as result */
-   char *edit_subst(const char *fname, regmatch_t regs[]);
-   int compute_dest_len(const char *fname, regmatch_t regs[]);
+   char *edit_subst(const char *fname, regmatch_t pmatch[]);
+   int compute_dest_len(const char *fname, regmatch_t pmatch[]);
    bool extract_regexp(const char *motif);
 };