summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@HardWIRED-Laptop.localdomain>2010-10-30 19:50:36 (GMT)
committer Simon Robertshaw <simon@HardWIRED-Laptop.localdomain>2010-10-30 19:50:36 (GMT)
commit457c049f955431c3d0d906b7580e93d629d116dd (patch)
treea4b4f7809fac16703e20664a0e42927e039cbe28 /includes/interface.h
parentde9171c1eb5b9e130b8bf0607d509cbefe042730 (diff)
downloadpowder-457c049f955431c3d0d906b7580e93d629d116dd.zip
powder-457c049f955431c3d0d906b7580e93d629d116dd.tar.gz
Functionality finished, tweeks needed
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h
index 0f4dd3f..f12d25b 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -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