Work on SourceDB:rebuild

This commit is contained in:
2023-04-10 17:58:44 -04:00
parent 005ce0629e
commit 972f0095c6
5 changed files with 94 additions and 60 deletions

View File

@@ -209,6 +209,10 @@ public:
void update_source(const util::LuaSourcePtr &source);
void update_source(const util::LuaSourceVec &source);
// Rebuild the source database.
//
void rebuild_sourcedb();
// Supply an HTTP response to an outstanding HTTP request.
//
void http_response(const HttpParser &response);
@@ -416,7 +420,7 @@ public:
// Get a global variable as json.
//
eng::string get_global_json(const eng::string &gvar);
public:
///////////////////////////////////////////////////////////
//