X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fcharacter.h;h=ed0893cb9b2d1857ec2e3cd0bf25f549a5ccfb00;hb=a910504d24c43492cc87b01442a54ab24f36b75f;hp=da63994513284ee19119a748ef2217326bb0e8d5;hpb=7658787ff1306a73e343658727958ba1afdfa27d;p=m17n%2Fm17n-lib.git diff --git a/src/character.h b/src/character.h index da63994..ed0893c 100644 --- a/src/character.h +++ b/src/character.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 02111-1307, USA. */ #ifndef _M17N_CHARACTER_H_ @@ -285,4 +285,6 @@ || ((c) >= 'a' && (c) <= 'z') \ || ((c) >= '0' && (c) <= '9')) +extern void mchar__define_prop (MSymbol key, MSymbol type, void *mdb); + #endif /* not _M17N_CHARACTER_H_ */