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

@@ -50,11 +50,5 @@ struct Response
void
ExecuteSoapAction(struct upnphttp *, const char *, int);
/* SoapError():
* sends a correct SOAP error with an UPNPError code and
* description */
void
SoapError(struct upnphttp * h, int errCode, const char * errDesc);
#endif