~ubuntu-branches/ubuntu/trusty/fcitx/trusty-proposed

« back to all changes in this revision

Viewing changes to src/module/chttrans/chttrans-opencc.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-02-10 17:03:56 UTC
  • mfrom: (1.3.18) (33.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130210170356-2yuv6xy3ed378kn0
Tags: 1:4.2.7-1
* New upstream release.
* New binary packages:
  - fcitx-libs-gclient: D-Bus client library for Glib
  - fcitx-libs-qt: D-Bus client library for Qt
  - fcitx-module-quickphrase-editor: Quick Phrase editor module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CHTTRANS_OPENCC_H
 
2
#define CHTTRANS_OPENCC_H
 
3
 
 
4
#include "fcitx-config/fcitx-config.h"
 
5
#include "chttrans_p.h"
 
6
 
 
7
boolean OpenCCInit(FcitxChttrans* transState);
 
8
char* OpenCCConvert(void* od, const char* str, size_t size);
 
9
 
 
10
#endif // CHTTRANS_OPENCC.H