aboutsummarylogtreecommitdiffstats
path: root/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'api.h')
-rw-r--r--api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api.h b/api.h
index f2a746a46864..338a89224eaf 100644
--- a/api.h
+++ b/api.h
@@ -174,6 +174,8 @@ Info_Array* api_info_array_init(void);
*/
Info_Array* api_info_array_init_from_length(size_t length);
+void info_array_append(Info_Array* pInfo_Array, const char* symbol);
+
/**
* writefunction for cURL HTTP GET/POST
* stolen from a nice man on stackoverflow