summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_tmpfile_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-21 23:04:47 +0000
committermidipix <writeonce@midipix.org>2024-03-21 23:04:47 +0000
commit86d1f469469346171c90dfa1b399ce10d2497564 (patch)
treebf027acffcb15e88d2ad423d97289e1e9f322cf0 /src/internal/slibtool_tmpfile_impl.h
parentc1ce862968a3470b3750c53c3e30c030abbd6dfe (diff)
downloadslibtool-86d1f469469346171c90dfa1b399ce10d2497564.tar.bz2
slibtool-86d1f469469346171c90dfa1b399ce10d2497564.tar.xz
internals: added slbt_tmpfile().
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