summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-06-03 17:54:25 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-06-03 17:54:25 (GMT)
commitb32683e99c44028de2ffeffb07d950a0f07da57d (patch)
treeddeab1fc68824fbbfb3f12b7ae646ae126129393 /includes/interface.h
parent623723cd60059bb0290dce5de0b6453032da7717 (diff)
downloadpowder-b32683e99c44028de2ffeffb07d950a0f07da57d.zip
powder-b32683e99c44028de2ffeffb07d950a0f07da57d.tar.gz
Favourites interface improvements
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h
index ecaf851..df1f9e5 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -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);