1
0
Fork 0
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:
Gerhard Rieger 2023-10-01 21:24:46 +02:00
parent 50b199dcd9
commit 03f028a985
15 changed files with 399 additions and 45 deletions

12
xio-shell.h Normal file
View 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) */