/*Copyright 1999-2001, Be Incorporated. All Rights Reserved.This file may be used under the terms of the Be Sample Code License.*/#ifndef MIME_TYPES_H#define MIME_TYPES_H#ifdef __cplusplusextern "C" {#endifextern const char* kAttrMimeTypeName;extern status_t set_mime(const char** mime, const char* filename);#ifdef __cplusplus}#endif#endif