summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2008-11-26 02:06:48 -0600
committerMike Christie <michaelc@cs.wisc.edu>2008-11-26 05:37:49 -0600
commitc2316aca0a338b5007db06b88c6ab8709611d43a (patch)
tree6db6a872be94a742540db39c5f73ba5b1d5b177a /include
parent8b840585f5b89380113b54123afc17953d39d44e (diff)
downloadopen-iscsi-c2316aca0a338b5007db06b88c6ab8709611d43a.tar.gz
fwparam: rm unused filepath argument
fw_get_entry's filepath is always NULL, so this patch removes it.
Diffstat (limited to 'include')
-rw-r--r--include/fw_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fw_context.h b/include/fw_context.h
index f522449..d3971c4 100644
--- a/include/fw_context.h
+++ b/include/fw_context.h
@@ -56,7 +56,7 @@ struct boot_context {
char vlan[15];
};
-extern int fw_get_entry(struct boot_context *context, const char *filepath);
+extern int fw_get_entry(struct boot_context *context);
extern void fw_print_entry(struct boot_context *context);
extern int fw_get_targets(struct list_head *list);
extern void fw_free_targets(struct list_head *list);