]> git.meshlink.io Git - catta/blobdiff - src/iface.h
change some int declarations that should have said CattaIfIndex
[catta] / src / iface.h
index cec81e5828d5fa294f784559b34f343484ad3fd7..303d230cac0524b934cf36490c856906a627d40c 100644 (file)
@@ -157,7 +157,7 @@ void catta_hw_interface_free(CattaHwInterface *hw, int send_goodbye);
 void catta_hw_interface_update_rrs(CattaHwInterface *hw, int remove_rrs);
 void catta_hw_interface_check_relevant(CattaHwInterface *hw);
 
-CattaHwInterface* catta_interface_monitor_get_hw_interface(CattaInterfaceMonitor *m, int idx);
+CattaHwInterface* catta_interface_monitor_get_hw_interface(CattaInterfaceMonitor *m, CattaIfIndex idx);
 
 /* CattaInterface */