From a5749a5d8d38b0db2ce5548473f8a61b674578a6 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sat, 31 Jan 2026 21:26:26 +0300 Subject: Started writing service-utils and adding docstrings --- init/src/host/set.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init/src/host/set.rs') diff --git a/init/src/host/set.rs b/init/src/host/set.rs index 9550b29..b161930 100644 --- a/init/src/host/set.rs +++ b/init/src/host/set.rs @@ -1,3 +1,5 @@ +// This file named `set.rs` because possibly here will be other functions, not only hn + use crate::log::log_warning; use libc::{c_char, sethostname, size_t}; use std::{ffi::CString, fs, io}; -- cgit v1.2.3