diff --git a/src/remote_protocol-structs b/tmp/remote_protocol-structs
index b6779d5..a066ac3 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -2332,7 +2332,7 @@ struct remote_connect_get_cpu_model_names_ret {
         } models;
         int                        ret;
 };
-struct remote_dhcp_interface_id {
+struct remote_interface_id {
         int                        type;
         union {
                 remote_nonnull_string mac;
@@ -2341,7 +2341,7 @@ struct remote_dhcp_interface_id {
 };
 struct remote_network_dhcp_lease {
         int64_t                    expirytime;
-        remote_interface_id   id;
+        remote_interface_id        id;
         remote_nonnull_string      ipaddr;
         remote_string              hostname;
         remote_string              clientid;
