mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 06:06:33 +00:00
New feature SHELL address
This commit is contained in:
parent
50b199dcd9
commit
03f028a985
15 changed files with 399 additions and 45 deletions
12
xio-shell.h
Normal file
12
xio-shell.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* source: xio-shell.h */
|
||||
/* Copyright Gerhard Rieger and contributors (see file CHANGES) */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_shell_h_included
|
||||
#define __xio_shell_h_included 1
|
||||
|
||||
extern const struct addrdesc xioaddr_shell;
|
||||
|
||||
extern const struct optdesc opt_shell;
|
||||
|
||||
#endif /* !defined(__xio_shell_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue