FreeCalypso > hg > themwi-system-sw
comparison mgw/main.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 | 815e4c59162e |
comparison
equal
deleted
inserted
replaced
94:2c22b40408fb | 95:f280328e7e2e |
---|---|
3 */ | 3 */ |
4 | 4 |
5 #include <sys/types.h> | 5 #include <sys/types.h> |
6 #include <sys/errno.h> | 6 #include <sys/errno.h> |
7 #include <stdio.h> | 7 #include <stdio.h> |
8 #include <stdint.h> | |
8 #include <stdlib.h> | 9 #include <stdlib.h> |
9 #include <string.h> | 10 #include <string.h> |
10 #include <strings.h> | 11 #include <strings.h> |
11 #include <signal.h> | 12 #include <signal.h> |
12 #include <syslog.h> | 13 #include <syslog.h> |