fix for 9b65b39126 (funny bug)

This commit is contained in:
unK
2008-09-27 23:17:57 +02:00
parent 0318da84ca
commit d0e521de98
2 changed files with 27 additions and 26 deletions

View File

@@ -151,6 +151,7 @@ void DefaultConfiguration(ncmpcpp_config &);
void ReadKeys(ncmpcpp_keys &);
void ReadConfiguration(ncmpcpp_config &);
string IntoStr(Color);
string GetLineValue(const string &, char = '"', char = '"');
#endif