From c4e734728a04cc9c024f2a883f1fb66944dfc4f7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 23 Sep 1994 01:21:05 +0000 Subject: Formerly diskfs.h.~36~ --- libdiskfs/diskfs.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libdiskfs') 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 -- cgit v1.2.3