File: libstardict2txt.h

package info (click to toggle)
stardict-tools 3.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,848 kB
  • sloc: cpp: 17,404; sh: 10,701; ansic: 1,985; python: 950; php: 308; makefile: 251; perl: 135
file content (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef _LIBSTARDICT2TXT_H_
#define _LIBSTARDICT2TXT_H_

#include "libcommon.h"

extern void convert_stardict2txt(const char *ifofilename, const char* txtfilename, print_info_t print_info);

#endif