refactor: reorganize into subdirs (config/ util/ http/ notifs/ queue/ integrations/ static/)

This commit is contained in:
2026-06-09 00:56:27 +02:00
parent 4bcc34ec86
commit 32deda57e0
23 changed files with 33 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
/* Fetch Xtream Codes API endpoint, return malloc'd JSON string (caller frees) */
char *api_get(const char *action, const char *extra);