From 4e49f8307d6f76ffb1ba0af24c0b3776f2d9c255 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 28 Sep 2001 06:20:38 +0000 Subject: 2001-09-27 Roland McGrath * std.c (store_std_classes): Add store_nbd_class. * store.h: Declare it. --- libstore/store.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libstore/store.h b/libstore/store.h index 72600401..d7f687d3 100644 --- a/libstore/store.h +++ b/libstore/store.h @@ -508,6 +508,7 @@ extern const struct store_class store_device_class; extern const struct store_class store_part_class; extern const struct store_class store_file_class; extern const struct store_class store_task_class; +extern const struct store_class store_nbd_class; extern const struct store_class store_zero_class; extern const struct store_class store_ileave_class; extern const struct store_class store_concat_class; -- cgit v1.2.3