feat: ffi bindings for syslog (#7)

This commit is contained in:
khcrysalis
2025-05-14 22:57:38 -07:00
committed by GitHub
parent da8d9a799f
commit b8e0989549
2 changed files with 120 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ pub mod provider;
pub mod remote_server;
pub mod remotexpc;
pub mod sbservices;
pub mod syslog_relay;
pub mod usbmuxd;
pub mod util;