~ubuntu-branches/ubuntu/trusty/opencc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/opencc_types.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing, Asias He, LI Daobing
  • Date: 2010-08-11 22:04:12 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811220412-ojbzhlzxphjs1340
Tags: 0.1.1-1
[ Asias He ]
* New upstream release (closes: #591076).
* debian/control: bump standards version to 3.9.1.
* debian/watch: use googlecode.debian.net.

[ LI Daobing ]
* debian/clean: added. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
extern "C" {
24
24
#endif
25
25
 
 
26
#include <stddef.h>
26
27
#include <stdint.h>
27
28
 
28
29
typedef void * opencc_t;