1/* TiVo command processing
2 *
3 * Project : minidlna
4 * Website : http://sourceforge.net/projects/minidlna/
5 * Author  : Justin Maggard
6 * Copyright (c) 2009 Justin Maggard
7 * This software is subject to the conditions detailed in the
8 * LICENCE file provided in this distribution.
9 * */
10#include "config.h"
11#ifdef TIVO_SUPPORT
12
13void
14ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
15
16#endif
17