diff options
Diffstat (limited to 'src/dged/syntax.h')
| -rw-r--r-- | src/dged/syntax.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dged/syntax.h b/src/dged/syntax.h index 6a2d4a3..488406b 100644 --- a/src/dged/syntax.h +++ b/src/dged/syntax.h @@ -1,7 +1,9 @@ #ifndef _SYNTAX_H #define _SYNTAX_H -void syntax_init(); +#include <stdint.h> + +void syntax_init(uint32_t grammar_path_len, const char *grammar_path[]); void syntax_teardown(); #endif |
