diff options
author | Roland McGrath <roland@gnu.org> | 2001-09-28 06:20:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-09-28 06:20:38 +0000 |
commit | 4e49f8307d6f76ffb1ba0af24c0b3776f2d9c255 (patch) | |
tree | e439cf52751d16b160747c86132490425c52c8d4 /libstore | |
parent | 1ddedc345c99fc374d3ed600f309515c515266f4 (diff) |
2001-09-27 Roland McGrath <roland@frob.com>
* std.c (store_std_classes): Add store_nbd_class.
* store.h: Declare it.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/store.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |