From 7175eb2a1d83ae10a7bc0c1961a6d13fb40a1456 Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Sun, 20 May 2012 16:53:56 +0200 Subject: Added -l option to mactelnet, so you don't have to know about the mndp tool to find it. --- mndp.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mndp.h (limited to 'mndp.h') diff --git a/mndp.h b/mndp.h new file mode 100644 index 0000000..77c489f --- /dev/null +++ b/mndp.h @@ -0,0 +1,6 @@ +#ifndef _MNDP_H +#define _MNDP_H + +int mndp(void); + +#endif \ No newline at end of file -- cgit v1.2.3