]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/protos.h
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / filed / protos.h
index c1cb4fd2ce3affedc9f6cfdef664c810563c0a03..952f56ff117d6370ed28161fe62dfc001e446f01 100644 (file)
@@ -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
 
  */
 
-extern int blast_data_to_storage_daemon(JCR *jcr, char *addr, int port);
+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);
 extern int authenticate_director(JCR *jcr);
 extern int authenticate_storagedaemon(JCR *jcr);
 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);