From 4bf1273c3f446ac3195fb700ec41c7cae7d20ac9 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 16 Sep 2022 10:46:28 +0200 Subject: Discovery: Expose c types --- exports/c/servers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'exports/c/servers.h') 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; -- cgit v1.2.3