FreeCalypso > hg > themwi-system-sw
comparison mgw/readconf.c @ 95:f280328e7e2e
themwi-mgw: initial implementation of PSTN to GSM forwarding
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Sep 2022 19:17:44 -0800 |
parents | b3f74df7b808 |
children | f062c32a5116 |
comparison
equal
deleted
inserted
replaced
94:2c22b40408fb | 95:f280328e7e2e |
---|---|
8 #include <sys/socket.h> | 8 #include <sys/socket.h> |
9 #include <netinet/in.h> | 9 #include <netinet/in.h> |
10 #include <arpa/inet.h> | 10 #include <arpa/inet.h> |
11 #include <ctype.h> | 11 #include <ctype.h> |
12 #include <stdio.h> | 12 #include <stdio.h> |
13 #include <stdint.h> | |
13 #include <stdlib.h> | 14 #include <stdlib.h> |
14 #include <string.h> | 15 #include <string.h> |
15 #include <strings.h> | 16 #include <strings.h> |
16 #include "struct.h" | 17 #include "struct.h" |
17 | 18 |