Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
Namespaces | Functions
database_header.hpp File Reference

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

 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 ()
 

Detailed Description

defines the database structure in file

Definition in file database_header.hpp.