summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-09-28 06:12:46 +0000
committerRoland McGrath <roland@gnu.org>2001-09-28 06:12:46 +0000
commit8ef32b564620b69b018c933447e79cf2f53e9a01 (patch)
tree7869303f70825f9c94d72b3fd2260175d75dde44 /libstore
parent882eb73da8c0da8093fe69407917d9e959b62dd1 (diff)
.
Diffstat (limited to 'libstore')
-rw-r--r--libstore/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 0f834206..ad234706 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -3,6 +3,7 @@
* nbd.c: New file.
* Makefile (SRCS): Add it.
* store.h (store_nbd_open, _store_nbd_create): Declare them.
+ * std.c (store_std_classes): Add store_nbd_class.
2001-09-16 Roland McGrath <roland@frob.com>