]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
HTSP: Rename htsp.c to htsp_server.c
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 25 Oct 2012 11:25:06 +0000 (13:25 +0200)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 25 Oct 2012 11:25:06 +0000 (13:25 +0200)
Makefile
src/channels.c
src/dvr/dvr_db.c
src/epg.c
src/htsp_server.c [moved from src/htsp.c with 99% similarity]
src/htsp_server.h [moved from src/htsp.h with 100% similarity]
src/main.c
src/service.c

index e8d3e37e5a38761dc7fbc552ce7179dea41d18f1..b1ed4b52466fc0aa050296164df09a9a1cb82236 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ SRCS =  src/main.c \
        src/parser_latm.c \
        src/tsdemux.c \
        src/bitstream.c \
-       src/htsp.c \
+       src/htsp_server.c \
        src/serviceprobe.c \
        src/htsmsg.c \
        src/htsmsg_binary.c \
index 686c3b16f90a157cb9293c5eb16b3a2a075b0a47..d5f05b292162a10814005601bf6688e88f6b75dc 100644 (file)
@@ -38,7 +38,7 @@
 #include "dtable.h"
 #include "notify.h"
 #include "dvr/dvr.h"
-#include "htsp.h"
+#include "htsp_server.h"
 
 struct channel_tree channel_name_tree;
 static struct channel_tree channel_identifier_tree;
index 1edb2bc9e2f21fc1e8daab9609e60dd89e9b703f..b26b51ce6bae36fcee9985400a313b982e6c14b4 100644 (file)
@@ -27,7 +27,7 @@
 #include "tvheadend.h"
 #include "dvr.h"
 #include "notify.h"
-#include "htsp.h"
+#include "htsp_server.h"
 #include "streaming.h"
 
 static int de_tally;
index 3a658b2738b98a390b095c8ee0c013c34e26af17..c123a7b2db5aa13e62aa4b8634d6d67cb3231c69 100644 (file)
--- a/src/epg.c
+++ b/src/epg.c
@@ -30,7 +30,7 @@
 #include "settings.h"
 #include "epg.h"
 #include "dvr/dvr.h"
-#include "htsp.h"
+#include "htsp_server.h"
 #include "epggrab.h"
 
 /* Broadcast hashing */
similarity index 99%
rename from src/htsp.c
rename to src/htsp_server.c
index 507f49735f675ed07ee7e3c9cf543e1a505b5b73..450ff19338595ac15960f7ae3d4f783319b7e4bb 100644 (file)
@@ -35,7 +35,7 @@
 #include "tcp.h"
 #include "packet.h"
 #include "access.h"
-#include "htsp.h"
+#include "htsp_server.h"
 #include "streaming.h"
 #include "psi.h"
 #include "htsmsg_binary.h"
similarity index 100%
rename from src/htsp.h
rename to src/htsp_server.h
index 1a6f4540dcba2fd9adad71877265102b88f76924..4fe455cd868a5efdcb5e86579ee2c3b5405590fd 100644 (file)
@@ -49,7 +49,7 @@
 #include "cwc.h"
 #include "capmt.h"
 #include "dvr/dvr.h"
-#include "htsp.h"
+#include "htsp_server.h"
 #include "rawtsinput.h"
 #include "avahi.h"
 #include "iptv_input.h"
index 07805d3e57a0be6588a1d8aba9c82f1c45fedd0c..db8f570d2457e16e5bcf5f26f29fca58237c8983 100644 (file)
@@ -46,7 +46,7 @@
 #include "serviceprobe.h"
 #include "atomic.h"
 #include "dvb/dvb.h"
-#include "htsp.h"
+#include "htsp_server.h"
 #include "lang_codes.h"
 
 #define SERVICE_HASH_WIDTH 101