mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 21:56:33 +00:00
Socat option -r,-R path specifications allow use of variables
This commit is contained in:
parent
9faf068949
commit
2af6089436
9 changed files with 378 additions and 65 deletions
|
@ -113,5 +113,6 @@ extern int xiosetenvushort(const char *varname, unsigned short value,
|
|||
extern unsigned long int Strtoul(const char *nptr, char **endptr, int base, const char *txt);
|
||||
extern long long int Strtoll(const char *nptr, char **endptr, int base, const char *txt);
|
||||
extern double Strtod(const char *nptr, char **endptr, const char *txt);
|
||||
extern int xio_opensnifffile(const char *a, struct timeval *tv);
|
||||
|
||||
#endif /* !defined(__sysutils_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue