]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/protos.h
Tweak fix MySQL quoting again :-(
[bacula/bacula] / bacula / src / findlib / protos.h
index 83064d070dc71ef965fe82a200fa18c14aeae819..a272a15e60aab4527a851d6ac9b86f338471a281 100644 (file)
@@ -6,7 +6,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.
 
@@ -15,7 +15,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.
@@ -32,7 +32,7 @@
  */
 
 /* from attribs.c */
-void    encode_stat       (char *buf, FF_PKT *ff_pkt, int data_stream);
+void    encode_stat       (char *buf, struct stat *statp, int32_t LinkFI, int data_stream);
 int     decode_stat       (char *buf, struct stat *statp, int32_t *LinkFI);
 int32_t decode_LinkFI     (char *buf, struct stat *statp);
 int     encode_attribsEx  (JCR *jcr, char *attribsEx, FF_PKT *ff_pkt);
@@ -81,6 +81,7 @@ bool makepath(ATTR *attr, const char *path, mode_t mode,
 
 /* from fstype.c */
 bool fstype(const char *fname, char *fs, int fslen);
+bool fstype_equals(const char *fname, const char *fstypename);
 
 /* from drivetype.c */
 bool drivetype(const char *fname, char *fs, int fslen);