summaryrefslogtreecommitdiff
path: root/src/serverlist.h
diff options
context:
space:
mode:
authorproller <proller@github.com>2013-03-30 02:03:24 +0400
committerproller <proller@github.com>2013-03-30 02:03:24 +0400
commit16c11eb4a3bb46a388c645b7db738762e444cde8 (patch)
tree684795401e8837f03b3b6f7573c861cc8de6aac8 /src/serverlist.h
parentdf49b93877b40551111be6ef5ecfe4629787ab75 (diff)
downloadminetest-16c11eb4a3bb46a388c645b7db738762e444cde8.tar.gz
minetest-16c11eb4a3bb46a388c645b7db738762e444cde8.tar.bz2
minetest-16c11eb4a3bb46a388c645b7db738762e444cde8.zip
Masterserver: report gameid, uptime, cosmetic fixes on server web page
Diffstat (limited to 'src/serverlist.h')
-rw-r--r--src/serverlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverlist.h b/src/serverlist.h
index e81e64c5b..d01415c50 100644
--- a/src/serverlist.h
+++ b/src/serverlist.h
@@ -39,7 +39,7 @@ namespace ServerList
std::vector<ServerListSpec> deSerializeJson(std::string liststring);
std::string serializeJson(std::vector<ServerListSpec>);
#if USE_CURL
- void sendAnnounce(std::string action = "", u16 clients = 0);
+ void sendAnnounce(std::string action = "", u16 clients = 0, double uptime = 0, std::string gameid = "");
#endif
} //ServerList namespace