2024-06-01 15:59:51 -05:00

18 lines
330 B
C

#ifndef __INC_LIBTHECORE_SIGNAL_H__
#define __INC_LIBTHECORE_SIGNAL_H__
#ifdef __cplusplus
extern "C"
{
#endif
extern void signal_setup();
extern void signal_timer_disable();
extern void signal_timer_enable(int timeout_seconds);
#ifdef __cplusplus
}
#endif
#endif
//martysama0134's 623a0779c74cb7565145d45548376308