cfg_put_str is not required anymore

This commit is contained in:
Berke Viktor
2011-11-30 01:43:45 +01:00
parent f9fa102690
commit 14c7027d52
2 changed files with 1 additions and 2 deletions

View File

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