X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/0fdfcccec1a2e6cbd70ec47a57a255fbe1e285e0..1c34fe3947aaf8af2d773d59bdebf19e17d78527:/src/watch_win.rs diff --git a/src/watch_win.rs b/src/watch_win.rs new file mode 100644 index 0000000..e495e9a --- /dev/null +++ b/src/watch_win.rs @@ -0,0 +1,8 @@ +use crate::Update; + +pub struct WatchHandle; + +pub fn watch_interfaces(callback: F) -> WatchHandle { + drop(callback); + WatchHandle +}