⛏️ index : haiku.git

/*
 * 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>


int
update_mime_info(const char* path, int recursive, int synchronous, int force)
{
	return B_NOT_SUPPORTED;
}


status_t
create_app_meta_mime(const char* path, int recursive, int synchronous,
	int force)
{
	return B_NOT_SUPPORTED;
}