Add mountd progr.
This commit is contained in:
9
src/3P/mountd/include/signal.h
Normal file
9
src/3P/mountd/include/signal.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _SIGNAL_H__
|
||||
#define _SIGNAL_H__
|
||||
|
||||
void signal_init(void (*_crtlc_cb)(void));
|
||||
|
||||
int signal_usr1(void);
|
||||
int signal_usr2(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user