diff options
Diffstat (limited to 'src/internal/treebnf_tmpfile_impl.h')
-rw-r--r-- | src/internal/treebnf_tmpfile_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/treebnf_tmpfile_impl.h b/src/internal/treebnf_tmpfile_impl.h new file mode 100644 index 0000000..c295072 --- /dev/null +++ b/src/internal/treebnf_tmpfile_impl.h @@ -0,0 +1,6 @@ +#ifndef TREEBNF_TMPFILE_IMPL_H +#define TREEBNF_TMPFILE_IMPL_H + +int tbnf_tmpfile(void); + +#endif |