]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/protos.h
Big backport from Enterprise
[bacula/bacula] / bacula / src / findlib / protos.h
index b0ee97247a3849c24c61113ad9037ec62d58268f..b6b8acff8251c83c603816d8df9baf8e069101ef 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula(R) - The Network Backup Solution
 
-   Copyright (C) 2000-2015 Kern Sibbald
+   Copyright (C) 2000-2017 Kern Sibbald
 
    The original author of Bacula is Kern Sibbald, with contributions
    from many others, a complete list can be found in the file AUTHORS.
@@ -22,6 +22,8 @@
  */
 
 /* from attribs.c */
+bool check_directory_acl(char **last_dir, alist *dir_acl, const char *path);
+
 void    encode_stat       (char *buf, struct stat *statp, int stat_size, int32_t LinkFI, int data_stream);
 int     decode_stat       (char *buf, struct stat *statp, int stat_size, int32_t *LinkFI);
 int32_t decode_LinkFI     (char *buf, struct stat *statp, int stat_size);