rt_names: stop allocating 5k in rwdata
[oweals/busybox.git] / networking / udhcp / options.h
index 1b179f17383f967763ae6f32410f000f0506a6e3..588504e5d84c736f6d0ac9cceee9209425a3f36f 100644 (file)
@@ -26,8 +26,8 @@ struct dhcp_option {
        uint8_t code;
 };
 
-extern struct dhcp_option dhcp_options[];
-extern int option_lengths[];
+extern const struct dhcp_option dhcp_options[];
+extern const unsigned char option_lengths[];
 
 uint8_t *get_option(struct dhcpMessage *packet, int code);
 int end_option(uint8_t *optionptr);