mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-01-14 02:01:39 +00:00
* bootstrap.conf: Add gnulib module 'sockets' * examples/http_get2.c: Call wget_net_init() * include/wget/wget.h: Add wget_net_init() and wget_net_deinit() * libwget/init.c (wget_global_init): Call wget_net_init(), (wget_global_deinit): Call wget_net_deinit() * libwget/net.c: Add wget_net_init() and wget_net_deinit()