summaryrefslogtreecommitdiff
path: root/plexgdm.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-04-04 15:10:52 +0200
committerchriszero <zerov83@gmail.com>2015-04-04 15:10:52 +0200
commit21ee9e67ff7029c099c9fd772d3dc3e23c955199 (patch)
tree254ecef54be3682aea55ff747f3d2912e5732faf /plexgdm.h
parentb3a59b06a977129bd773ff46f4fd66e0057fb9cd (diff)
downloadvdr-plugin-plex-21ee9e67ff7029c099c9fd772d3dc3e23c955199.tar.gz
vdr-plugin-plex-21ee9e67ff7029c099c9fd772d3dc3e23c955199.tar.bz2
more skindesigner support
Diffstat (limited to 'plexgdm.h')
-rw-r--r--plexgdm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plexgdm.h b/plexgdm.h
index 8aa8ad4..72d3059 100644
--- a/plexgdm.h
+++ b/plexgdm.h
@@ -33,6 +33,7 @@ public:
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);
void discover();
void checkClientRegistration();