summaryrefslogtreecommitdiff
path: root/include/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/background.h')
-rw-r--r--include/background.h4
1 files changed, 3 insertions, 1 deletions
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 */