Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tgl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tgl.c')
-rw-r--r--tgl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tgl.c b/tgl.c
index a02cf6b..60c2fc0 100644
--- a/tgl.c
+++ b/tgl.c
@@ -135,3 +135,7 @@ void tgl_set_app_version (struct tgl_state *TLS, const char *app_version) {
}
TLS->app_version = tstrdup (app_version);
}
+
+void tgl_enable_ipv6 (struct tgl_state *TLS) {
+ TLS->ipv6_enabled = 1;
+}