From a050fcfa480a20e8e21a06e8d7c781f3aeab3c3a Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 25 Jan 2013 16:26:26 -0500 Subject: [PATCH] rename control.[ch] to control_tcp.[ch] --- daemon/Makefile | 2 +- daemon/{control.c => control_tcp.c} | 0 daemon/{control.h => control_tcp.h} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename daemon/{control.c => control_tcp.c} (100%) rename daemon/{control.h => control_tcp.h} (100%) diff --git a/daemon/Makefile b/daemon/Makefile index e2bed1b3f..cc0308264 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -25,7 +25,7 @@ CFLAGS+= `dpkg-buildflags --get CFLAGS` CPPFLAGS+= `dpkg-buildflags --get CPPFLAGS` LDFLAGS+= `dpkg-buildflags --get LDFLAGS` -SRCS= main.c kernel.c poller.c aux.c control.c streambuf.c call.c control_udp.c redis.c \ +SRCS= main.c kernel.c poller.c aux.c control_tcp.c streambuf.c call.c control_udp.c redis.c \ bencode.c cookie_cache.c udp_listener.c control_ng.c sdp.c str.c OBJS= $(SRCS:.c=.o) diff --git a/daemon/control.c b/daemon/control_tcp.c similarity index 100% rename from daemon/control.c rename to daemon/control_tcp.c diff --git a/daemon/control.h b/daemon/control_tcp.h similarity index 100% rename from daemon/control.h rename to daemon/control_tcp.h