cleanup: Declare some unshared functions static.

This commit is contained in:
Justin Maggard
2015-04-10 15:47:28 -07:00
parent c1bb37a387
commit 13d36533b5
5 changed files with 54 additions and 60 deletions

View File

@ -307,7 +307,7 @@ SendSSDPNotifies(int s, const char *host, unsigned short port,
}
}
void
static void
ParseUPnPClient(char *location)
{
char buf[8192];