diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-06 12:12:05 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-06 12:12:05 (GMT) |
| commit | 3dd82d9ced79467e78be431aa92130542c355645 (patch) | |
| tree | 86fe3df9fc45c5417ccf6df312b55ebd3a1db728 /includes/interface.h | |
| parent | 594fe73e852f353200bd55cde67c49591027699e (diff) | |
| download | powder-3dd82d9ced79467e78be431aa92130542c355645.zip powder-3dd82d9ced79467e78be431aa92130542c355645.tar.gz | |
Better favourite removal and download counts for the future]
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index 471a03b..da1f30c 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -98,6 +98,7 @@ struct save_info int votedown; int vote; int myvote; + int downloadcount; int myfav; char *tags; int comment_count; |
