Browse Source

rename control.[ch] to control_tcp.[ch]

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
a050fcfa48
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/Makefile
  2. +0
    -0
      daemon/control_tcp.c
  3. +0
    -0
      daemon/control_tcp.h

+ 1
- 1
daemon/Makefile View File

@ -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)


daemon/control.c → daemon/control_tcp.c View File


daemon/control.h → daemon/control_tcp.h View File


Loading…
Cancel
Save