initial plugin config framework, can't save multiple entries

This commit is contained in:
Berke Viktor
2011-11-29 20:15:56 +01:00
parent 266a86d0b5
commit b16ca3fa64
8 changed files with 157 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ cfg_get_str (char *cfg, char *var, char *dest, int dest_len)
}
}
static int
int
cfg_put_str (int fh, char *var, char *value)
{
char buf[512];