Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/modest/finder/myosi.h')
-rw-r--r--source/modest/finder/myosi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modest/finder/myosi.h b/source/modest/finder/myosi.h
index 468f1a0..eaf769d 100644
--- a/source/modest/finder/myosi.h
+++ b/source/modest/finder/myosi.h
@@ -37,7 +37,7 @@ typedef void (*modest_finder_callback_f)(modest_finder_t* finder, myhtml_tree_no
typedef bool (*modest_finder_match_f)(myhtml_token_attr_t* attr, const char* key, size_t key_len, const char* value, size_t value_len, bool case_sensitive);
struct modest_finder {
- myhtml_tree_t* html_tree;
+ void* ctx;
};
typedef struct modest_finder_thread_declaration modest_finder_thread_declaration_t;