diff options
Diffstat (limited to 'src/bindings_file.h')
-rw-r--r-- | src/bindings_file.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/bindings_file.h b/src/bindings_file.h new file mode 100644 index 0000000..a7d1791 --- /dev/null +++ b/src/bindings_file.h @@ -0,0 +1,13 @@ +#ifndef BINDINGS_FILE_H +#define BINDINGS_FILE_H + +#include <stddef.h> + + +extern struct binding *bindings; +extern size_t nbindings; + +void parse_bindings_file(const char path[static 1]); + + +#endif
\ No newline at end of file |