mirror of
https://repo.or.cz/socat.git
synced 2025-07-04 04:16:33 +00:00
procan: print INTERFACES head line
This commit is contained in:
parent
66142aa77c
commit
f8524d2cf6
1 changed files with 1 additions and 0 deletions
1
hostan.c
1
hostan.c
|
@ -21,6 +21,7 @@ static int iffan(FILE *outfile);
|
|||
|
||||
int hostan(FILE *outfile) {
|
||||
#if WITH_SOCKET
|
||||
fprintf(outfile, "\nIP INTERFACES\n");
|
||||
iffan(outfile);
|
||||
#endif
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue