Remove ip_ver since no longer needed
This commit is contained in:
parent
5843dedd24
commit
a2a066dac2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const std = @import("std");
|
||||
const util = @import("util.zig");
|
||||
|
||||
pub fn update_hosts(ips: util.IPs, ip_ver: util.IP_VER_ENUM) !void {
|
||||
std.debug.print("{any} {any}\n", .{ ips, ip_ver });
|
||||
pub fn update_hosts(ips: util.IPs) !void {
|
||||
std.debug.print("{any}\n", .{ips});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue