version 1.9, 2025/04/13 04:22:43
|
version 1.10, 2025/04/15 16:49:36
|
Line 25
|
Line 25
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.10 2025/04/15 16:49:36 snw |
|
* Make use of logprintf throughout codebase |
|
* |
* Revision 1.9 2025/04/13 04:22:43 snw |
* Revision 1.9 2025/04/13 04:22:43 snw |
* Fix snprintf calls |
* Fix snprintf calls |
* |
* |
Line 92 extern char config_file[4096];
|
Line 95 extern char config_file[4096];
|
#endif |
#endif |
|
|
|
|
/* ini_keyvalue *ini_head; */ |
|
|
|
int get_conf(char *section, char *key, char *value) |
int get_conf(char *section, char *key, char *value) |
{ |
{ |
char *etcfile; |
char *etcfile; |