summaryrefslogtreecommitdiff
path: root/yahoo.h
blob: 91b880ba3ae5a9982eae6c174b33b0d1ec270a40 (plain) (blame)
1
2
3
4
5
6
7
8
9
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