From 487dc5be562be223512ed22b008c24db63463655 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 9 Jul 2007 01:10:32 +0100 Subject: Fix up iscsiboot missing prototype warnings --- src/include/usr/iscsiboot.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/usr/iscsiboot.h (limited to 'src/include') diff --git a/src/include/usr/iscsiboot.h b/src/include/usr/iscsiboot.h new file mode 100644 index 000000000..b17951d56 --- /dev/null +++ b/src/include/usr/iscsiboot.h @@ -0,0 +1,6 @@ +#ifndef _USR_ISCSIBOOT_H +#define _USR_ISCSIBOOT_H + +extern int iscsiboot ( const char *root_path ); + +#endif /* _USR_ISCSIBOOT_H */ -- cgit v1.2.3-55-g7522