summaryrefslogtreecommitdiff
path: root/src/internal/tpax_tmpfile_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/tpax_tmpfile_impl.h')
-rw-r--r--src/internal/tpax_tmpfile_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/tpax_tmpfile_impl.h b/src/internal/tpax_tmpfile_impl.h
new file mode 100644
index 0000000..f146326
--- /dev/null
+++ b/src/internal/tpax_tmpfile_impl.h
@@ -0,0 +1,6 @@
+#ifndef TPAX_TMPFILE_IMPL_H
+#define TPAX_TMPFILE_IMPL_H
+
+int tpax_tmpfile(void);
+
+#endif