Use new conffile code in main.c; remove wrappers

This commit is contained in:
Julien BLACHE
2009-04-18 17:30:14 +02:00
parent bacdddb82f
commit bbab963fe2
3 changed files with 10 additions and 20 deletions

View File

@@ -336,19 +336,6 @@ conffile_unload(void)
/* Wrappers for old configfile handling */
#include "conf.h"
int
conf_read(char *file)
{
return conffile_load(file);
}
int
conf_close(void)
{
conffile_unload();
return 0;
}
int
conf_get_int(char *section, char *key, int dflt)
{