1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-05 20:46:34 +00:00

Corrected mention of SSL-LISTEN and SSL-CONNECT in doc; more minor corrections

This commit is contained in:
Gerhard Rieger 2017-01-08 11:50:11 +01:00
parent a9f36eb7b7
commit d7473dbac6
6 changed files with 19 additions and 12 deletions

View file

@ -695,7 +695,6 @@ int _xiosetenv(const char *envname, const char *value, int overwrite, const char
0: keep old value
1: overwrite with new value
2: append to old value, separated by *sep
a non zero value of overwrite lets the old value be overwritten.
returns 0 on success or <0 if an error occurred. */
int xiosetenv(const char *varname, const char *value, int overwrite, const char *sep) {
# define XIO_ENVNAMELEN 256