src/backup.rs: define const PROXMOX_BACKUP_PROTOCOL_ID_V1

This commit is contained in:
Dietmar Maurer
2019-06-05 08:12:13 +02:00
parent 44c54845b3
commit c9ec0956cf
3 changed files with 5 additions and 5 deletions

View File

@ -102,6 +102,8 @@
//!
//! Not sure if this is better. TODO
pub const PROXMOX_BACKUP_PROTOCOL_ID_V1: &str = "proxmox-backup-protocol-v1";
mod chunk_stream;
pub use chunk_stream::*;