some small updates
This commit is contained in:
7
src/client_backend/update.h
Normal file
7
src/client_backend/update.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#ifndef UPDATE_H
|
||||
#define UPDATE_H
|
||||
#include <curl/curl.h>
|
||||
int update_db(const std::string& folder_path);
|
||||
int update_settings(const std::string& folder_path);
|
||||
#endif
|
||||
Reference in New Issue
Block a user