Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HTSP: Rename htsp.c to htsp_server.c
  • Loading branch information
andoma committed Oct 25, 2012
1 parent c8e56a2 commit 64b2e51
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion src/channels.c
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/dvr/dvr_db.c
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/epg.c
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion src/htsp.c → src/htsp_server.c
Expand Up @@ -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"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/service.c
Expand Up @@ -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
Expand Down

0 comments on commit 64b2e51

Please sign in to comment.