aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
commit845d43a1bd6e3ffa3b983b497445097ba04efe57 (patch)
treeef249a57b653f6cfa1e1687d8aeb98143609fd64 /c_lhosts.go
parentits fucked (diff)
downloadhardflip-845d43a1bd6e3ffa3b983b497445097ba04efe57.tar.gz
hardflip-845d43a1bd6e3ffa3b983b497445097ba04efe57.tar.bz2
hardflip-845d43a1bd6e3ffa3b983b497445097ba04efe57.tar.xz
hardflip-845d43a1bd6e3ffa3b983b497445097ba04efe57.tar.zst
hardflip-845d43a1bd6e3ffa3b983b497445097ba04efe57.zip
not great but fuckye
Diffstat (limited to 'c_lhosts.go')
-rw-r--r--c_lhosts.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_lhosts.go b/c_lhosts.go
index 52e2b46..6482ede 100644
--- a/c_lhosts.go
+++ b/c_lhosts.go
@@ -39,7 +39,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_lhosts.go
- * Thu, 21 Dec 2023 11:51:44 +0100
+ * Tue Dec 26 12:07:56 2023
* Joe
*
* the hosts linked list
@@ -70,7 +70,7 @@ type HostNode struct {
Dynamic bool `yaml:"dynamic"`
Note string `yaml:"note"`
Filename string
- Folder string
+ Dir *DirsNode
next *HostNode
}