separate some code from ncmpcpp.cpp
This commit is contained in:
@@ -51,5 +51,16 @@ namespace Display
|
||||
void Clock(Window &, const tm *);
|
||||
}
|
||||
|
||||
namespace Refresh
|
||||
{
|
||||
void MediaLibrary();
|
||||
|
||||
void PlaylistEditor();
|
||||
|
||||
# ifdef HAVE_TAGLIB_H
|
||||
void TagEditor();
|
||||
# endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user