aio: Prefer TLS_method() over TLSv1_2_method()
[jimtcl.git] / jim-signal.h
blob09f688a773af92dd4c818ee18778885553737954
1 #ifndef JIM_SIGNAL_H
2 #define JIM_SIGNAL_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 /**
9 * Returns the canonical name for the given signal,
10 * e.g. "SIGTERM", "SIGINT"
12 const char *Jim_SignalId(int sig);
14 #ifdef __cplusplus
16 #endif
18 #endif