Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zip_creator.hpp « coding - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5753486937ae9a7336ee2cbe823852feec7c4c54 (plain)
1
2
3
4
5
6
#pragma once

#include <string>

bool CreateZipFromPathDeflatedAndDefaultCompression(std::string const & filePath,
                                                    std::string const & zipFilePath);