* Use MiniSSDPd if it is available. (Thanks Thomas Bernard)

This commit is contained in:
Justin Maggard
2011-07-22 23:03:38 +00:00
parent a818f5db33
commit 0b3295b701
8 changed files with 87 additions and 4 deletions

View File

@ -62,5 +62,8 @@ ProcessSSDPRequest(int s, unsigned short port);
int
SendSSDPGoodbye(int * sockets, int n);
int
SubmitServicesToMiniSSDPD(const char * host, unsigned short port);
#endif