1
0
Fork 0
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:
Gerhard Rieger 2008-02-06 21:34:17 +01:00
parent 66142aa77c
commit f8524d2cf6

View file

@ -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;