~ubuntu-branches/ubuntu/gutsy/lv/gutsy

« back to all changes in this revision

Viewing changes to src/kana.h

  • Committer: Bazaar Package Importer
  • Author(s): GOTO Masanori
  • Date: 2003-11-16 01:21:59 UTC
  • Revision ID: james.westby@ubuntu.com-20031116012159-wpu27qhoxzskmjy0
Tags: upstream-4.50
ImportĀ upstreamĀ versionĀ 4.50

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * kana.h
 
3
 *
 
4
 * All rights reserved. Copyright (C) 1996 by NARITA Tomio
 
5
 * $Id: kana.h,v 1.3 2003/11/13 03:08:19 nrt Exp $
 
6
 */
 
7
 
 
8
#ifndef __KANA_H__
 
9
#define __KANA_H__
 
10
 
 
11
#include <boolean.h>
 
12
 
 
13
public boolean_t kana_conv;
 
14
 
 
15
public void KanaX0201toX0208();
 
16
 
 
17
#endif /* __KANA_H__ */