summaryrefslogtreecommitdiffstats
path: root/src/cmd/upas/nfs/box.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-23 11:48:52 +0000
committerrsc <devnull@localhost>2006-02-23 11:48:52 +0000
commitabb0a67b83321cb06c9760c78c8e87309fe458d6 (patch)
tree17bfab360329a85dc6a2e0a6a04ab28932a964c2 /src/cmd/upas/nfs/box.h
parente5c98464c8f80410bda1667cb747317b3e728322 (diff)
downloadplan9port-abb0a67b83321cb06c9760c78c8e87309fe458d6.tar.gz
plan9port-abb0a67b83321cb06c9760c78c8e87309fe458d6.zip
add recent
Diffstat (limited to 'src/cmd/upas/nfs/box.h')
-rw-r--r--src/cmd/upas/nfs/box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/upas/nfs/box.h b/src/cmd/upas/nfs/box.h
index 2eeb93e9..9513df73 100644
--- a/src/cmd/upas/nfs/box.h
+++ b/src/cmd/upas/nfs/box.h
@@ -11,6 +11,7 @@ enum
FlagMarked = 1<<8,
FlagNoSelect = 1<<9,
FlagUnMarked = 1<<10,
+ FlagRecent = 1<<11,
};
typedef struct Box Box;