Author :
Ran Benita
Date :
2012-06-29 17:05:33
Hash :48b4d30a Message :Use enum for file types
enums are nice for some type safety and readability. This one also
removes the distinction between file type mask / file type index and
some naming consistency.
Signed-off-by: Ran Benita <ran234@gmail.com>