1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 14:50:07 +00:00

Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it

clearer that netstream.h belongs to stream_netstream.c.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27779 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-16 17:01:40 +00:00
parent 3679961515
commit 17f509905c
3 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
#include "mpbswap.h" #include "mpbswap.h"
/// Netstream packets def and some helpers /// Netstream packets def and some helpers
#include "stream/netstream.h" #include "stream/stream_netstream.h"
// linking hacks // linking hacks
char *info_name; char *info_name;

View File

@ -59,7 +59,7 @@
#include "mpbswap.h" #include "mpbswap.h"
#include "network.h" #include "network.h"
#include "netstream.h" #include "stream_netstream.h"
#include "tcp.h" #include "tcp.h"
static struct stream_priv_s { static struct stream_priv_s {