From f22c19f3fb53aa323f2297c62fc08f368b19cdc8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 2 Mar 2014 20:35:13 +0000 Subject: [cmdline] Add the "ipstat" command Signed-off-by: Michael Brown --- src/include/usr/ipstat.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/include/usr/ipstat.h (limited to 'src/include/usr') diff --git a/src/include/usr/ipstat.h b/src/include/usr/ipstat.h new file mode 100644 index 000000000..5ff8b40c3 --- /dev/null +++ b/src/include/usr/ipstat.h @@ -0,0 +1,14 @@ +#ifndef _USR_IPSTAT_H +#define _USR_IPSTAT_H + +/** @file + * + * IP statistics + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +extern void ipstat ( void ); + +#endif /* _USR_IPSTAT_H */ -- cgit v1.2.3-55-g7522