initial commit - import mediafire-shell sources

This commit is contained in:
josch
2014-09-15 20:00:05 +02:00
commit ad1fea5a78
56 changed files with 8147 additions and 0 deletions

12
signals.h Normal file
View File

@@ -0,0 +1,12 @@
#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