mirror of
https://github.com/transmission/transmission
synced 2025-03-13 07:33:02 +00:00
Rename ipc to ipcparse
This commit is contained in:
parent
c52162219e
commit
28a4d4544e
5 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
|||
#include "client.h"
|
||||
#include "bencode.h"
|
||||
#include "errors.h"
|
||||
#include "ipc.h"
|
||||
#include "ipcparse.h"
|
||||
#include "misc.h"
|
||||
#include "trcompat.h"
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "bsdtree.h"
|
||||
#include "bencode.h"
|
||||
#include "errors.h"
|
||||
#include "ipc.h"
|
||||
#include "ipcparse.h"
|
||||
#include "misc.h"
|
||||
#include "server.h"
|
||||
#include "torrents.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "bsdtree.h"
|
||||
#include "ipc.h"
|
||||
#include "ipcparse.h"
|
||||
|
||||
#include "transmission.h"
|
||||
#include "bencode.h"
|
|
@ -6,7 +6,7 @@ include ../mk/common.mk
|
|||
SRCS = transmission.c bencode.c net.c tracker.c peer.c inout.c \
|
||||
metainfo.c sha1.c utils.c fdlimit.c clients.c completion.c \
|
||||
platform.c ratecontrol.c choking.c natpmp.c upnp.c http.c xml.c \
|
||||
shared.c torrent.c strlcpy.c strlcat.c ipc.c
|
||||
shared.c torrent.c strlcpy.c strlcat.c ipcparse.c
|
||||
|
||||
OBJS = $(SRCS:%.c=%.o)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue