From b4068515e8f94e0d9839878b85fb5d2df31a2cc8 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 9 Nov 2007 16:51:54 +0000 Subject: Enhance the management of readahead settings. --- tools/tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tools.h') diff --git a/tools/tools.h b/tools/tools.h index 436cc9c5..fdd6a81d 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -147,7 +147,7 @@ int metadatatype_arg(struct cmd_context *cmd, struct arg *a); int units_arg(struct cmd_context *cmd, struct arg *a); int segtype_arg(struct cmd_context *cmd, struct arg *a); int alloc_arg(struct cmd_context *cmd, struct arg *a); - +int readahead_arg(struct cmd_context *cmd, struct arg *a); /* we use the enums to access the switches */ unsigned int arg_count(const struct cmd_context *cmd, int a); -- cgit