Switch to unified view

a b/src/utils/idfile.h
1
#ifndef _IDFILE_H_INCLUDED_
2
#define _IDFILE_H_INCLUDED_
3
/* @(#$Id: idfile.h,v 1.1 2005-04-07 09:05:39 dockes Exp $  (C) 2004 J.F.Dockes */
4
5
#include <string>
6
7
// Return mime type for file or empty string. The system's file utility does
8
// a bad job on mail folders. idFile only looks for mail file types for now, 
9
// but this may change
10
extern std::string idFile(const char *fn);
11
12
#endif /* _IDFILE_H_INCLUDED_ */