Skip to content

Commit

Permalink
Merge pull request #199 from reiner-dolp/master
Browse files Browse the repository at this point in the history
implicit declaration of function 'pattern_check'
  • Loading branch information
egli committed Sep 5, 2016
2 parents 62e7cbf + c887a4b commit 66b3503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liblouis/louis.h
Expand Up @@ -701,6 +701,10 @@ int backTranslateWithTracing(const char *tableList, const widechar *inbuf,

char *getLastTableList();

int pattern_check(const widechar *input, const int input_start, const int
input_minmax, const int input_dir, const widechar *expr_data,
const TranslationTableHeader *t);

/* Can be inserted in code to be used as a breakpoint in gdb */
void debugHook();

Expand Down

0 comments on commit 66b3503

Please sign in to comment.