summaryrefslogtreecommitdiff
path: root/include/background.h
blob: a624dbb87b4f6a208270b5ebbba385e3b952b7dd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef BACKGROUND_H
#define BACKGROUND_H

typedef int (*bg_func)(int);

int bg_register(bg_func f);
void bg_shed(void);

#endif /* BACKGROUND_H */