6 lines
117 B
C
6 lines
117 B
C
#include "config.h"
|
|
#ifdef TIVO_SUPPORT
|
|
void
|
|
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
|
|
#endif
|