adding support for self check and db updat ewith zip files
This commit is contained in:
3
src/client_backend/zip.h
Normal file
3
src/client_backend/zip.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
void unzip(const std::string& source, const std::string& dest);
|
||||
Reference in New Issue
Block a user