From 18bde7391efb9c6bd6ea7846891ab5d16276a809 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 31 May 2021 06:11:22 -0700 Subject: initial import A bit messy and missing error handling in some places. --- yahoo.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yahoo.h (limited to 'yahoo.h') diff --git a/yahoo.h b/yahoo.h new file mode 100644 index 0000000..91b880b --- /dev/null +++ b/yahoo.h @@ -0,0 +1,10 @@ +#ifndef YAHOO_H +#define YAHOO_H + +#include "assets.h" +#include "quotes.h" + +int yahoo_get_quote_symbols(struct asset **assets, int n, char **bufptr); +int yahoo_get_quotes(const char *symbols, struct quote ***quotes_ptr); + +#endif -- cgit v1.2.3-70-g09d2