diff options
| author | Simon <simon@hardwired.org.uk> | 2010-09-11 21:11:05 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-09-11 21:11:05 (GMT) |
| commit | 812cf13ed22ff195be6c5bdaa90286b562c7e9cc (patch) | |
| tree | 650e9e7d2bac94e4acb866543fb35d9e24d8f427 /interface.h | |
| parent | 42ec12d02f99bba736b8743ab8b78b2acc98d63d (diff) | |
| download | powder-812cf13ed22ff195be6c5bdaa90286b562c7e9cc.zip powder-812cf13ed22ff195be6c5bdaa90286b562c7e9cc.tar.gz | |
Half-Implemented history
Diffstat (limited to 'interface.h')
| -rw-r--r-- | interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.h b/interface.h index 7910c66..7f13064 100644 --- a/interface.h +++ b/interface.h @@ -101,6 +101,7 @@ extern void *svf_last; extern int svf_lsize; extern char *search_ids[GRID_X*GRID_Y]; +extern char *search_dates[GRID_X*GRID_Y]; extern int search_votes[GRID_X*GRID_Y]; extern int search_publish[GRID_X*GRID_Y]; extern int search_scoredown[GRID_X*GRID_Y]; |
