From dcb176155767156662c1177592016508376dadcd Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Sun, 13 Jan 2013 18:26:15 +0100 Subject: Added "batch-mode" output for mactelnet -l option. Added interface info to mndp packets. --- mndp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mndp.h') diff --git a/mndp.h b/mndp.h index 65c3a51..39c21ae 100644 --- a/mndp.h +++ b/mndp.h @@ -1,6 +1,6 @@ #ifndef _MNDP_H #define _MNDP_H -int mndp(int timeout); +int mndp(int timeout, int batch_mode); #endif -- cgit v1.2.3