Merge branch 'maint'

This commit is contained in:
Lukas Fleischer
2012-11-29 11:34:00 +01:00
3 changed files with 20 additions and 0 deletions

View File

@@ -908,6 +908,8 @@ void recur_apoint_paste_item(struct recur_apoint *, long);
/* sigs.c */
void sigs_init(void);
unsigned sigs_set_hdlr(int, void (*)(int));
void sigs_ignore(void);
void sigs_unignore(void);
/* todo.c */
extern llist_t todolist;