mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +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…
Reference in a new issue