summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-10-21 10:48:21 (GMT)
committer Simon <simon@hardwired.org.uk>2010-10-21 10:48:21 (GMT)
commite711060cb909ae308efc68ea5c2f21e470f39ceb (patch)
treee393067767b54b215144e3bd98e9082641c3189e /includes/interface.h
parent92b28b7879f55fdf1a496ba9a7c4001585a78cfe (diff)
downloadpowder-e711060cb909ae308efc68ea5c2f21e470f39ceb.zip
powder-e711060cb909ae308efc68ea5c2f21e470f39ceb.tar.gz
Neutrons fixed somewhat
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/interface.h b/includes/interface.h
index 30908a9..d3d9210 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -190,9 +190,9 @@ char *download_ui(pixel *vid_buf, char *uri, int *len);
int search_ui(pixel *vid_buf);
-int open_ui(pixel *vid_buf, char *save_id);
+int open_ui(pixel *vid_buf, char *save_id, char *save_date);
-int info_parse(void *info_data, save_info *info);
+int info_parse(char *info_data, save_info *info);
int search_results(char *str, int votes);