diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-19 22:44:09 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-19 22:44:09 (GMT) |
| commit | 2e2694e0fbbad5940f2c0029c89623ecdc68d277 (patch) | |
| tree | 49fd75d8f001138ebb5cd0c33a9857a6028347ec /includes | |
| parent | 799c99257c3ba06ebd55015d431089a913b99c10 (diff) | |
| download | powder-2e2694e0fbbad5940f2c0029c89623ecdc68d277.zip powder-2e2694e0fbbad5940f2c0029c89623ecdc68d277.tar.gz | |
Revert "Move version check out of main()"
This reverts commit 97da8593d9d850e46d4042028b05955cd118ebc8.
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/update.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/update.h b/includes/update.h index 04a1125..2f7f38b 100755 --- a/includes/update.h +++ b/includes/update.h @@ -20,16 +20,9 @@ #ifndef UPDATE_H #define UPDATE_H -#include <defines.h> - -extern int version_check; - char *exe_name(void); int update_start(char *data, int len); int update_finish(void); void update_cleanup(void); -void update_finalize(pixel *vid_buf); -void update_notify_ui_draw(pixel *vid_buf); -void update_notify_ui_process(pixel *vid_buf, int mb, int mbq, int mx, int my); #endif |
