add clock screen (ported from ncmpc)

This commit is contained in:
Andrzej Rybczak
2009-01-17 20:40:28 +01:00
parent 351ddc8584
commit 542c121e0a
16 changed files with 290 additions and 23 deletions

View File

@@ -103,7 +103,7 @@ char *str_pool_dup(const char *value)
}
}
void str_pool_put(const char *value)
void str_pool_put(char *value)
{
struct slot **slot_p, *slot;