/** Copyright 2013, Haiku, Inc. All Rights Reserved.* Distributed under the terms of the MIT License.** Authors:* Ingo Weinhold <ingo_weinhold@gmx.de>*/#include <Mime.h>intupdate_mime_info(const char* path, int recursive, int synchronous, int force){return B_NOT_SUPPORTED;}status_tcreate_app_meta_mime(const char* path, int recursive, int synchronous,int force){return B_NOT_SUPPORTED;}