aboutsummaryrefslogblamecommitdiffstats
path: root/libskrift_open_font_adopt_mmap.c
blob: 964183a4e0394ebb3317f62396343262c9765d66 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                              
/* See LICENSE file for copyright and license details. */
#include "common.h"

int
libskrift_open_font_adopt_mmap(LIBSKRIFT_FONT **fontp, void *mem, size_t size)
{
	return libskrift_open_font___(fontp, NULL, NULL, mem, size);
}