diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-02-20 13:28:04 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-02-20 13:28:04 +0100 |
commit | 361d6426604505615ae94944a78a0126712b28cd (patch) | |
tree | 688746c09a016913627c480f073c485173c5c401 /svdrp.h | |
parent | a72806a0ba6985ad2f92b7ee8bc4d208fb405d4f (diff) | |
download | vdr-361d6426604505615ae94944a78a0126712b28cd.tar.gz vdr-361d6426604505615ae94944a78a0126712b28cd.tar.bz2 |
Initiating the client side of a peer-to-peer SVDRP connection is now done with the new SVDRP command CONN instead of using the UDP port with the server's address
Diffstat (limited to 'svdrp.h')
-rw-r--r-- | svdrp.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: svdrp.h 4.7 2017/06/30 09:49:39 kls Exp $ + * $Id: svdrp.h 4.8 2018/02/19 12:36:35 kls Exp $ */ #ifndef __SVDRP_H @@ -29,7 +29,6 @@ void StartSVDRPServerHandler(void); void StartSVDRPClientHandler(void); void StopSVDRPServerHandler(void); void StopSVDRPClientHandler(void); -void SendSVDRPDiscover(const char *Address = NULL); bool GetSVDRPServerNames(cStringList *ServerNames, eSvdrpFetchFlags FetchFlag = sffNone); ///< Gets a list of all available VDRs this VDR is connected to via SVDRP, ///< and stores it in the given ServerNames list. The list is cleared |