Favourites interface improvements

This commit is contained in:
Simon Robertshaw
2011-06-03 18:54:25 +01:00
parent 623723cd60
commit b32683e99c
2 changed files with 83 additions and 16 deletions

View File

@@ -249,6 +249,8 @@ void execute_submit(pixel *vid_buf, char *id, char *message);
void execute_fav(pixel *vid_buf, char *id);
void execute_unfav(pixel *vid_buf, char *id);
int execute_vote(pixel *vid_buf, char *id, char *action);
void open_link(char *uri);