add new method for litelib to check if server is online

This commit is contained in:
lucretius
2024-01-21 16:57:00 +01:00
parent 366f6e24bc
commit d0b8ab074e
3 changed files with 25 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ extern char * litelib_initialize_existing (bool dangerous,const char* server);
extern char * litelib_execute (const char* s, const char* args);
extern void litelib_rust_free_string (char* s);
extern char * blake3_PW (char* pw);
extern bool litelib_check_server_online (const char* server);
#ifdef __cplusplus
}