* Increment version to 1.0.14.

* Fix TiVo beacon issue where it would only broadcast on eth0.
* Fix a couple gcc4.4 warnings.
This commit is contained in:
Justin Maggard
2009-06-16 01:08:29 +00:00
parent 94989f8b15
commit 944729cf12
6 changed files with 63 additions and 50 deletions

View File

@ -24,8 +24,8 @@ struct aBeacon
struct aBeacon* next;
};
uint32_t getBcastAddress( void );
uint32_t
getBcastAddress();
int
OpenAndConfTivoBeaconSocket();