X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Ffiled%2Fprotos.h;h=952f56ff117d6370ed28161fe62dfc001e446f01;hb=1107141f6e05c9473ace82dfc397cba6b9506dee;hp=0148ff07856994abcbe7f2f9e3bb361d352b9e8f;hpb=093d4ac549786a97ce032cc12fc323ad7848d6fe;p=bacula%2Fbacula diff --git a/bacula/src/filed/protos.h b/bacula/src/filed/protos.h index 0148ff0785..952f56ff11 100644 --- a/bacula/src/filed/protos.h +++ b/bacula/src/filed/protos.h @@ -3,7 +3,7 @@ */ /* - Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker + Copyright (C) 2000-2005 Kern Sibbald This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -22,7 +22,7 @@ */ -extern int blast_data_to_storage_daemon(JCR *jcr, char *addr); +extern bool blast_data_to_storage_daemon(JCR *jcr, char *addr); extern void do_verify(JCR *jcr); extern void do_verify_volume(JCR *jcr); extern void do_restore(JCR *jcr); @@ -33,3 +33,9 @@ extern int make_estimate(JCR *jcr); /* From heartbeat.c */ void start_heartbeat_monitor(JCR *jcr); void stop_heartbeat_monitor(JCR *jcr); +void start_dir_heartbeat(JCR *jcr); +void stop_dir_heartbeat(JCR *jcr); + +/* From acl.c */ +int bacl_get(JCR *jcr, int acltype); +int bacl_set(JCR *jcr, int acltype);