aboutsummaryrefslogtreecommitdiff
path: root/src/rss_html_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rss_html_common.h')
-rw-r--r--src/rss_html_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rss_html_common.h b/src/rss_html_common.h
index 99f7778..472f090 100644
--- a/src/rss_html_common.h
+++ b/src/rss_html_common.h
@@ -1,6 +1,13 @@
#ifndef RSS_HTML_COMMON_H
#define RSS_HTML_COMMON_H
+struct json_value_s;
+struct json_object_s;
+struct json_string_s;
+
int write_plugin_json_to_file(const char *dir, const char *filename, const char *url, const char *updated, const char *start_after, const char *start_after_url, const char *plugin_name);
+struct json_value_s* json_object_get_field_by_name(struct json_object_s *json_obj, const char *name);
+void create_json_string(struct json_string_s *json_result, const char *str, int len);
+void init_json_value_str(struct json_value_s *json_value, struct json_string_s *json_str);
#endif \ No newline at end of file