GMCP_Status(): Statusabfrage GMCP-Module
Funktion kann verwendet werden, um zu pruefen,
ob bestimmte Module aktiv sind und welche Version
davon. Explizit auch, ob das "Core"-Modul und
damit GMCP ueberhaupt aktiv ist.
Change-Id: I516bd2085584705a504ad9480cd6e962178aed40
diff --git a/sys/player/gmcp.h b/sys/player/gmcp.h
index 8a0f13a..1c6e4fa 100644
--- a/sys/player/gmcp.h
+++ b/sys/player/gmcp.h
@@ -17,6 +17,7 @@
#define __GMCP_H_PROTO__
// prototypes
+protected int GMCP_Status(string module);
protected int GMCP_Char(mapping data);
protected int GMCP_Channel(string msg, string channel, string sender);
protected int GMCP_Room();