mount: struct mount: replace "mounted" and "ignore" fileds with a "status"
[project/mountd.git] / include / signal.h
1 #ifndef _SIGNAL_H__
2 #define _SIGNAL_H__
3
4 void signal_init(void (*_crtlc_cb)(int));
5
6 int signal_usr1(void);
7 int signal_usr2(void);
8
9 #endif