FreeCalypso > hg > themwi-rtp-mgr
comparison rtp-mgr/readconf.c @ 10:9499d41fc393 default tip
daemon: change config file name to themwi-rtp-mgr.cfg
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 May 2024 22:47:19 +0000 |
parents | 247f4bbde24c |
children |
comparison
equal
deleted
inserted
replaced
9:3e88515bcc6d | 10:9499d41fc393 |
---|---|
19 #include "struct.h" | 19 #include "struct.h" |
20 | 20 |
21 struct bind_range_cfg bind_range_gsm, bind_range_pstn; | 21 struct bind_range_cfg bind_range_gsm, bind_range_pstn; |
22 int syslog_facility = LOG_USER; | 22 int syslog_facility = LOG_USER; |
23 | 23 |
24 static const char config_file_pathname[] = "/var/gsm/themwi-rtp.cfg"; | 24 static const char config_file_pathname[] = "/var/gsm/themwi-rtp-mgr.cfg"; |
25 | 25 |
26 struct parse_state { | 26 struct parse_state { |
27 int lineno; | 27 int lineno; |
28 int set_mask; | 28 int set_mask; |
29 }; | 29 }; |