mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
13 lines
241 B
C
13 lines
241 B
C
#ifndef _MFSHELL_SIGNALS_H_
|
|
#define _MFSHELL_SINGALS_H_
|
|
|
|
#include <signal.h>
|
|
|
|
// int sig_handler_SIGWINCH(int signum,siginfo_t *info,void *context);
|
|
|
|
void sig_handler_SIGWINCH(int signum);
|
|
|
|
void sig_install_SIGWINCH(void);
|
|
|
|
#endif
|