]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
15Jan06
[bacula/bacula] / bacula / src / stored / protos.h
index 2dc535451e2a7044be36f8b237d17af8d2a1d9de..c5b458fd2aa7c50c8d614fe8d8d0490edd7dfa83 100644 (file)
@@ -4,7 +4,7 @@
  *   Version $Id$
  */
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Copyright (C) 2000-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -223,6 +223,7 @@ void    create_volume_list();
 void    free_volume_list();
 void    list_volumes(BSOCK *user);
 bool    is_volume_in_use(DCR *dcr);
+void    send_drive_reserve_messages(JCR *jcr, BSOCK *user);
 
 
 /* From spool.c */