diff options
Diffstat (limited to 'exports/server.h')
| -rw-r--r-- | exports/server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exports/server.h b/exports/server.h index 4bc8a16..f2af70b 100644 --- a/exports/server.h +++ b/exports/server.h @@ -5,8 +5,9 @@ typedef struct serverProfile { const char* id; const char* display_name; - //const char* proto_list; int default_gateway; + const char** dns_search_domains; + size_t total_dns_search_domains; } serverProfile; // The struct for all server profiles |
