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