summaryrefslogtreecommitdiff
path: root/libnetfs/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-01-30 00:50:25 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-01-30 00:50:25 +0000
commit0e64f4e5701389ae3df1f6c388173e3ec254fc89 (patch)
tree9addc41a01834232537fe2b63f5289e5d24611af /libnetfs/ChangeLog
parenta9947c232ecddc42551b144f119ac3b46a608d2a (diff)
2001-01-15 Neal H Walfield <neal@cs.uml.edu>
* netfs.h: Added netfs_get_storage_info. * file-get-storage-info.c (netfs_S_get_storage_info): Calls netfs_get_storage_info instead of providing default response. * file-get-storage-info-default.c: New file. (netfs_get_storage_info): Provides default response.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r--libnetfs/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 625075a5..834d39c9 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-15 Neal H Walfield <neal@cs.uml.edu>
+
+ * netfs.h: Added netfs_get_storage_info.
+ * file-get-storage-info.c (netfs_S_get_storage_info): Calls
+ netfs_get_storage_info instead of providing default response.
+ * file-get-storage-info-default.c: New file.
+ (netfs_get_storage_info): Provides default response.
+
2001-01-30 Neal H Walfield <neal@cs.uml.edu>
* netfs.h: Fix comment for netfs_nref (finally).