aboutsummarylogtreecommitdiffstats
path: root/curses_win.h
diff options
context:
space:
mode:
authorAntony Kellermann2018-08-20 18:06:01 -0400
committerAntony Kellermann2018-08-20 18:06:01 -0400
commit018d295b256750ad56f2b08d08e1628c1b1676e6 (patch)
tree9d0adc08665466bb7b7f8f2eeabb73ea1ebb39f0 /curses_win.h
parent5e771a0ae5a8e5716b3c84dd4c48fda843262dd3 (diff)
downloadaur-018d295b256750ad56f2b08d08e1628c1b1676e6.tar.gz
Moved code from main to curses_win.c
Diffstat (limited to 'curses_win.h')
-rw-r--r--curses_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/curses_win.h b/curses_win.h
index 257f9c9e3f3c..21bd6505208d 100644
--- a/curses_win.h
+++ b/curses_win.h
@@ -50,6 +50,8 @@
extern int zoom_months[9], zoom_change_x_months[9];
+void portfolio_printw(void);
+
/**
* Prints to stdout information about every security contained in the portfolio: symbol, number of shares, USD spent,
* current value, profit, and 24h profit. Additionally, print a grand total with info from all securities.