printunit.c (41edb306f05651fcaf6c74f9e3557f59f80292e1) | printunit.c (efeb8bffe34422937c7f8df836afb5b817366d16) |
---|---|
1/* 2 * Copyright (C) 2012 by Darren Reed. 3 * 4 * See the IPFILTER.LICENCE file for details on licencing. 5 */ 6 7#include "ipf.h" 8 9 10void | 1/* 2 * Copyright (C) 2012 by Darren Reed. 3 * 4 * See the IPFILTER.LICENCE file for details on licencing. 5 */ 6 7#include "ipf.h" 8 9 10void |
11printunit(unit) 12 int unit; | 11printunit(int unit) |
13{ 14 15 switch (unit) 16 { 17 case IPL_LOGIPF : 18 PRINTF("ipf"); 19 break; 20 case IPL_LOGNAT : --- 27 unchanged lines hidden --- | 12{ 13 14 switch (unit) 15 { 16 case IPL_LOGIPF : 17 PRINTF("ipf"); 18 break; 19 case IPL_LOGNAT : --- 27 unchanged lines hidden --- |