summaryrefslogtreecommitdiff
path: root/include/background.h
diff options
context:
space:
mode:
authorLeo C2014-10-23 02:25:00 +0200
committerLeo C2014-10-23 02:25:00 +0200
commit89adce76dd02f2076ec6de1c6b434bc1f29512f4 (patch)
tree33badc10f344a4648a41dee78b0a7ea24ae36144 /include/background.h
parent6a4e9540b950d871ea8fa072b195490a231b251d (diff)
downloadz180-stamp-89adce76dd02f2076ec6de1c6b434bc1f29512f4.zip
working host communication, new command: connect
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 */