* Get rid of all depenence on libgd, and use libjpeg directly.
This commit is contained in:
@ -1,5 +1,16 @@
|
||||
/* 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
|
||||
|
Reference in New Issue
Block a user