X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/21a24f90c5aaaaf13f91716208b32cde163c5918..289c32526f98d9637df35ad95ed0b65223cf6770:/include/background.h diff --git a/include/background.h b/include/background.h index a624dbb..8a430b3 100644 --- a/include/background.h +++ b/include/background.h @@ -3,7 +3,9 @@ typedef int (*bg_func)(int); -int bg_register(bg_func f); +int bg_register(bg_func f, int initval); +int bg_setstat(int handle, int val); +int bg_getstat(int handle); void bg_shed(void); #endif /* BACKGROUND_H */