diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:21:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 01:21:05 +0000 |
commit | c4e734728a04cc9c024f2a883f1fb66944dfc4f7 (patch) | |
tree | 92d4aa172cd6b4b43f63315bf2254759fcb7360f | |
parent | 1161344075a30f89f5197ca89b0f26738df12695 (diff) |
Formerly diskfs.h.~36~
-rw-r--r-- | libdiskfs/diskfs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index efe3c1f9..cb234ddb 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -57,6 +57,7 @@ struct node struct disknode *dn; struct stat dn_stat; + int istranslated; /* Stat has been modified if one of the following four fields is nonzero. Also, if one of the dn_set_?time fields is nonzero, @@ -322,10 +323,6 @@ error_t diskfs_get_directs (struct node *dp, int entry, int n, char **data, u_int *datacnt, vm_size_t bufsiz, int *amt); -/* The user must define this function. For locked node NP, return nonzero - iff there is a translator program defined for the node. */ -int diskfs_node_translated (struct node *np); - /* The user must define this function. For locked node NP (for which diskfs_node_translated is true) look up the name of its translator. If the length is <= *NAMELEN, then store the name into **NAMEP; otherwise |