![]()  | 
  
    Disk ARchive 2.8.1
    
   Full featured and portable backup and archiving tool 
   | 
 
defines the database structure in file More...
#include "../my_config.h"#include "generic_file.hpp"#include "user_interaction.hpp"#include "compression.hpp"#include <memory>
 Include dependency graph for database_header.hpp:Go to the source code of this file.
Namespaces | |
| namespace | libdar | 
| libdar namespace encapsulate all libdar symbols  | |
Functions | |
| generic_file * | libdar::database_header_create (const std::shared_ptr< user_interaction > &dialog, const std::string &filename, bool overwrite, compression algozip, U_I compr_level) | 
| create the header for a dar_manager database  More... | |
| generic_file * | libdar::database_header_open (const std::shared_ptr< user_interaction > &dialog, const std::string &filename, unsigned char &db_version, compression &algozip, U_I &compr_level) | 
| read the header of a dar_manager database  More... | |
| const unsigned char | libdar::database_header_get_supported_version () | 
defines the database structure in file
Definition in file database_header.hpp.