Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-03-13 11:39:37 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-03-13 11:39:37 +0300
commit6ec6bc5b0146ef5dcbf914c1956610afb7b49903 (patch)
tree69d49bdf4cb63c7c749bf4976c45b75e3798c325 /tivo_commands.h
parent0fe5e1dd38e4aeda433981db10428feec80e7b55 (diff)
* Many changes for TiVo support. It actually [kinda] works. :)
Diffstat (limited to 'tivo_commands.h')
-rw-r--r--tivo_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tivo_commands.h b/tivo_commands.h
index 8130cfd..8cec076 100644
--- a/tivo_commands.h
+++ b/tivo_commands.h
@@ -1,5 +1,5 @@
#include "config.h"
-#ifdef ENABLE_TIVO
+#ifdef TIVO_SUPPORT
void
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
#endif