summaryrefslogtreecommitdiff
path: root/exports/c/servers.h
diff options
context:
space:
mode:
Diffstat (limited to 'exports/c/servers.h')
-rw-r--r--exports/c/servers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/exports/c/servers.h b/exports/c/servers.h
index 39e52a2..1b6cca9 100644
--- a/exports/c/servers.h
+++ b/exports/c/servers.h
@@ -26,6 +26,7 @@ typedef struct serverLocations {
typedef struct server {
const char* identifier;
const char* display_name;
+ const char* server_type;
const char* country_code;
const char** support_contact;
size_t total_support_contact;