move all externs to global.h

This commit is contained in:
Andrzej Rybczak
2009-02-11 09:45:23 +01:00
parent cecb11c3d8
commit 29301aefd5
13 changed files with 204 additions and 158 deletions

View File

@@ -20,15 +20,14 @@
#include "mpdpp.h"
#include "global.h"
#include "help.h"
#include "settings.h"
using Global::Key;
using Global::Mpd;
using std::string;
extern MPD::Connection *Mpd;
extern ncmpcpp_keys Key;
namespace
{
string DisplayKeys(int *key, int size = 2)