Functionality finished, tweeks needed

This commit is contained in:
Simon Robertshaw
2010-10-30 20:50:36 +01:00
parent de9171c1eb
commit 457c049f95
2 changed files with 168 additions and 78 deletions

View File

@@ -202,7 +202,7 @@ void execute_save(pixel *vid_buf);
int execute_delete(pixel *vid_buf, char *id);
int execute_report(pixel *vid_buf, char *id);
int execute_report(pixel *vid_buf, char *id, char *reason);
void execute_submit(pixel *vid_buf, char *id, char *message);
@@ -212,5 +212,7 @@ int execute_vote(pixel *vid_buf, char *id, char *action);
void open_link(char *uri);
int report_ui(pixel *vid_buf, char *save_id);
#endif