mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 07:33:25 +00:00
new address "interface" for transparent network interface handling
This commit is contained in:
parent
d70b8963aa
commit
de910892f2
18 changed files with 300 additions and 31 deletions
10
xio-interface.h
Normal file
10
xio-interface.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* source: xio-interface.h */
|
||||
/* Copyright Gerhard Rieger 2008 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_interface_h_included
|
||||
#define __xio_interface_h_included 1
|
||||
|
||||
extern const struct addrdesc xioaddr_interface;
|
||||
|
||||
#endif /* !defined(__xio_interface_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue