aboutsummarylogtreecommitdiffstats
path: root/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'api.h')
-rw-r--r--api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api.h b/api.h
index 72a250d892c8..03fcff071e7b 100644
--- a/api.h
+++ b/api.h
@@ -336,6 +336,9 @@ void info_store_earnings_from_json(Info* pInfo, const Json* jearnings);
*/
Info* info_array_get_info_from_symbol(const Info_Array* pInfo_Array, const char* symbol);
+int ref_data_get_index_from_name_bsearch(const Ref_Data* pRef_Data, const char* name,
+ size_t left, size_t right);
+
/**
* Destroys Ref_Data object and frees memory. Sets the pointer of the Ref_Data to NULL
* @param phRef_Data the Ref_Data to destroy