diff options
Diffstat (limited to 'yahoo.h')
-rw-r--r-- | yahoo.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |