summaryrefslogtreecommitdiff
path: root/plexgdm.h
diff options
context:
space:
mode:
Diffstat (limited to 'plexgdm.h')
-rw-r--r--plexgdm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plexgdm.h b/plexgdm.h
index ab472cb..0e6a329 100644
--- a/plexgdm.h
+++ b/plexgdm.h
@@ -32,20 +32,14 @@ public:
~plexgdm();
void clientDetails(std::string c_id, std::string c_name, std::string c_port, std::string c_product, std::string c_version);
std::string getClientDetails();
- PlexServer* getServerList();
PlexServer* GetServer(std::string ip, int port);
PlexServer* GetServer(std::string uuid);
bool AddServer(PlexServer server);
PlexServer* GetFirstServer();
void discover();
- void checkClientRegistration();
void Action(void);
- //void startAll();
- void startRegistration();
-
- //void stopAll();
void stopRegistration();
std::vector<PlexServer> &GetPlexservers() {