1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-08 06:20:50 +00:00
Files
AROS-v0/workbench/network/common/dhcp/client/dhcglobals.c
2025-10-16 15:24:59 +02:00

21 lines
474 B
C

/* dhcglobals.c
Global variables shared between the client code and link libraries. */
#include "dhcpd.h"
/* dhcpd.c */
int ddns_update_style;
enum dhcp_shutdown_state shutdown_state;
/* class.c */
struct class unknown_class;
struct class known_class;
struct collection default_collection;
struct collection *collections;
struct executable_statement *default_classification_rules;
/* resolv.c */
struct name_server *name_servers;
struct domain_search_list *domains;