1 /* 2 Copyright 1999-2001, Be Incorporated. All Rights Reserved. 3 This file may be used under the terms of the Be Sample Code License. 4 */ 5 6 #ifndef MIME_TYPES_H 7 #define MIME_TYPES_H 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 14 extern const char* kAttrMimeTypeName; 15 16 extern status_t set_mime(const char** mime, const char* filename); 17 18 19 #ifdef __cplusplus 20 } 21 #endif 22 23 24 #endif 25