summaryrefslogtreecommitdiffstats
path: root/lib/include/net.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-06 03:27:12 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-06 03:27:12 -0600
commit4cf8b35097a131abcfc8e0d04d35294be13943ac (patch)
treebb384a58c53d7b4ab9faf45e84677ae5cdb42ac1 /lib/include/net.h
initial commit
Diffstat (limited to 'lib/include/net.h')
-rw-r--r--lib/include/net.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/include/net.h b/lib/include/net.h
new file mode 100644
index 0000000..d5f1482
--- /dev/null
+++ b/lib/include/net.h
@@ -0,0 +1,8 @@
+#ifndef VL_NET_H_INCLUDED
+#define VL_NET_H_INCLUDED
+
+#include "arena.h"
+
+int vl_net_ensure_cached(vl_arena *arena, const char *url, const char *target_path);
+
+#endif