procan: print INTERFACES head line

This commit is contained in:
Gerhard Rieger 2008-02-06 21:34:17 +01:00
parent 66142aa77c
commit f8524d2cf6
1 changed files with 1 additions and 0 deletions

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;