1 /* -*- c-basic-offset:2; tab-width:2; indent-tabs-mode:nil -*- */
2 
3 #ifndef __EF_UCS_PROPERTY_H__
4 #define __EF_UCS_PROPERTY_H__
5 
6 #include <pobl/bl_types.h> /* u_int32_t */
7 
8 #include "ef_property.h"
9 
10 ef_property_t ef_get_ucs_property(u_int32_t ucs);
11 
12 #endif
13