* Add some preliminary code for the eventual possibility of TiVo support.
This commit is contained in:
4
tivo_commands.h
Normal file
4
tivo_commands.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifdef ENABLE_TIVO
|
||||
void
|
||||
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
|
||||
#endif
|
Reference in New Issue
Block a user