/* * Header file for the PFiler. */ /* These are the defines for the Flags field */ #define FSB_NOINFO 0 /* Don't want to see '.info' files */ #define FSB_NOFILE 1 /* Don't want to see files */ #define FSB_NODIR 2 /* Don't want to see dirs */ #define FSB_NODRIVE 3 /* Don't want to see drives */ #define FSB_NOVOL 4 /* Don't want to see volumes */ #define FSB_NOASSIGN 5 /* Don't want to see logical devices */ #define FSB_NOFILESIZE 6 /* Don't want to see file-sizes */ #define FSF_NOINFO (1<