17 lines
406 B
C
17 lines
406 B
C
/* TiVo command processing
|
|
*
|
|
* Project : minidlna
|
|
* Website : http://sourceforge.net/projects/minidlna/
|
|
* Author : Justin Maggard
|
|
* Copyright (c) 2009 Justin Maggard
|
|
* This software is subject to the conditions detailed in the
|
|
* LICENCE file provided in this distribution.
|
|
* */
|
|
#include "config.h"
|
|
#ifdef TIVO_SUPPORT
|
|
|
|
void
|
|
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
|
|
|
|
#endif
|