minidlna/tivo_utils.h

6 lines
102 B
C

#include "config.h"
#ifdef TIVO_SUPPORT
char *
decodeString(const char * string, int inplace);
#endif