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
+1 -1
View File
@@ -176,7 +176,7 @@ sendBeaconMessage(int fd, struct sockaddr_in * client, int len, int broadcast)
*
* Returns true if this was a broadcast beacon msg
*/
int
static int
rcvBeaconMessage(char *beacon)
{
char *tivoConnect = NULL;