put mpd connection related things into namespace
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#include "ncmpcpp.h"
|
||||
|
||||
void TraceMpdStatus();
|
||||
void NcmpcppStatusChanged(MPDConnection *, MPDStatusChanges, void *);
|
||||
void NcmpcppErrorCallback(MPDConnection *, int, string, void *);
|
||||
void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges, void *);
|
||||
void NcmpcppErrorCallback(MPD::Connection *, int, const char *, void *);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user