diff options
Diffstat (limited to 'plexgdm.h')
-rw-r--r-- | plexgdm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ public: std::string getClientDetails(); PlexServer* getServerList(); PlexServer* GetServer(std::string ip, int port); + PlexServer* GetFirstServer(); void discover(); void checkClientRegistration(); |