* Many changes for TiVo support. It actually [kinda] works. :)

This commit is contained in:
Justin Maggard
2009-03-13 08:39:37 +00:00
parent 3ae378cdc9
commit 7a2e3ae67a
17 changed files with 713 additions and 543 deletions

View File

@ -1,5 +1,5 @@
#include "config.h"
#ifdef ENABLE_TIVO
#ifdef TIVO_SUPPORT
void
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
#endif