aboutsummaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-16 20:27:53 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-16 20:27:53 +0200
commitcfc9ef1cade470f6d2a7ba67c625eb8c11ff2743 (patch)
treecab15e6b04b8773d98ed5165ab3efca3775e5f4f /src/html.h
parentb3ef5d250c3cc4e35e82812bfd29fb19eb9bba83 (diff)
Add fallback urls for rss (right now, fallback nyaa.si to nyaa.land)
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index b604d48..5ce2809 100644
--- a/src/html.h
+++ b/src/html.h
@@ -2,6 +2,7 @@
#define HTML_H
typedef struct cJSON cJSON;
+typedef struct fallback fallback;
typedef struct {
char *plugin;