summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-10 23:50:28 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-10 23:50:28 +0000
commitfb0af6f269928f47828d1b42f4c4ae88e476c2a1 (patch)
treebb1a615bdd82f93bd617842ce1f4a1feedcded4c /amiga/schedule.h
parent4ca37c35cfa6a696ef57bd1eefb676259ada4f82 (diff)
downloadnetsurf-fb0af6f269928f47828d1b42f4c4ae88e476c2a1.tar.gz
netsurf-fb0af6f269928f47828d1b42f4c4ae88e476c2a1.tar.bz2
Call open/close timer from schedule init/free functions
Diffstat (limited to 'amiga/schedule.h')
-rwxr-xr-xamiga/schedule.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/amiga/schedule.h b/amiga/schedule.h
index 659230627..9546df94f 100755
--- a/amiga/schedule.h
+++ b/amiga/schedule.h
@@ -45,7 +45,7 @@ nserror ami_schedule(int t, void (*callback)(void *p), void *p);
*
* /return true if initialised ok or false on error.
*/
-BOOL ami_schedule_create(void);
+bool ami_schedule_create(void);
/**
* Finalise amiga scheduler
@@ -62,7 +62,4 @@ void ami_schedule_free(void);
*/
void schedule_run(BOOL poll);
-void ami_schedule_open_timer(void);
-void ami_schedule_close_timer(void);
-
#endif