| 27 #include "internal.h" |
27 #include "internal.h" |
| 28 #include "connection.h" |
28 #include "connection.h" |
| 29 #include "conversation.h" |
29 #include "conversation.h" |
| 30 #include "signals.h" |
30 #include "signals.h" |
| 31 #include "debug.h" |
31 #include "debug.h" |
| 32 #include "value.h" |
|
| 33 #include "core.h" |
32 #include "core.h" |
| 34 |
33 |
| 35 static GList *tcl_callbacks; |
34 static GList *tcl_callbacks; |
| 36 |
35 |
| 37 static void *tcl_signal_callback(va_list args, struct tcl_signal_handler *handler); |
36 static void *tcl_signal_callback(va_list args, struct tcl_signal_handler *handler); |