|
|
|
@ -199,9 +199,6 @@ VLC_API ssize_t net_Read( vlc_object_t *p_this, int fd, void *p_data, size_t i_d |
|
|
|
VLC_API ssize_t net_Write( vlc_object_t *p_this, int fd, const void *p_data, size_t i_data ); |
|
|
|
#define net_Write(a,b,c,d) net_Write(VLC_OBJECT(a),b,c,d) |
|
|
|
|
|
|
|
VLC_API ssize_t net_vaPrintf( vlc_object_t *p_this, int fd, const char *psz_fmt, va_list args ); |
|
|
|
#define net_vaPrintf(a,b,c,d) net_vaPrintf(VLC_OBJECT(a),b,c,d) |
|
|
|
|
|
|
|
VLC_API int vlc_close(int); |
|
|
|
|
|
|
|
/** @} */ |
|
|
|
|