ctorrent_ipv6/sigint.h

9 lines
97 B
C

#ifndef SIGINT_H
#define SIGINT_H
#ifndef WINDOWS
void sigint_catch(int sig_no);
#endif
#endif