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

« back to all changes in this revision

Viewing changes to src/iso2022.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
 * iso2022.h
 
3
 *
 
4
 * All rights reserved. Copyright (C) 1996 by NARITA Tomio
 
5
 * $Id: iso2022.h,v 1.3 2003/11/13 03:08:19 nrt Exp $
 
6
 */
 
7
 
 
8
#ifndef __ISO2022_H__
 
9
#define __ISO2022_H__
 
10
 
 
11
#include <itable.h>
 
12
#include <ctable.h>
 
13
 
 
14
public void DecodeISO2022( state_t *state, byte codingSystem );
 
15
 
 
16
#endif /* __ISO2022_H__ */