FreeCalypso > hg > themwi-interim
comparison mncc/main.c @ 3:847690ea7f4a
mncc compiles in new environment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 08 Jun 2024 23:55:06 +0000 |
parents | 053f04687106 |
children |
comparison
equal
deleted
inserted
replaced
2:053f04687106 | 3:847690ea7f4a |
---|---|
10 #include <string.h> | 10 #include <string.h> |
11 #include <strings.h> | 11 #include <strings.h> |
12 #include <signal.h> | 12 #include <signal.h> |
13 #include <syslog.h> | 13 #include <syslog.h> |
14 #include <unistd.h> | 14 #include <unistd.h> |
15 #include <themwi/nanp/number_lookup.h> | |
15 #include "struct.h" | 16 #include "struct.h" |
16 | 17 |
17 extern int mncc_socket; | 18 extern int mncc_socket; |
18 extern int mtcall_listener; | 19 extern int mtcall_listener; |
19 extern struct socket_conn *mtcall_socket_head; | 20 extern struct socket_conn *mtcall_socket_head; |