Browse Source

compiledict.h: espeak_ng_CompileDictionary is defined in espeak_ng.h, so don't redefine it here.

master
Reece H. Dunn 7 years ago
parent
commit
05e571ca4a
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/libespeak-ng/compiledict.h

+ 0
- 7
src/libespeak-ng/compiledict.h View File

char *rule, char *rule,
int control); int control);


ESPEAK_NG_API espeak_ng_STATUS espeak_ng_CompileDictionary(const char *dsource,
const char *dict_name,
FILE *log,
int flags,
espeak_ng_ERROR_CONTEXT *context);


void print_dictionary_flags(unsigned int *flags, void print_dictionary_flags(unsigned int *flags,
char *buf, char *buf,
int buf_len); int buf_len);

Loading…
Cancel
Save