summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_coff_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-16 17:34:12 +0000
committermidipix <writeonce@midipix.org>2024-03-16 17:34:12 +0000
commit886c09eb7caa4f82d98ca87dab24418a344f5ae7 (patch)
treef29d8a3637b003a4a38dcf935a40fbf61fe83884 /src/internal/slibtool_coff_impl.h
parent9f06b2ba383a2b998c010c4151b1dcbcbf3e2754 (diff)
downloadslibtool-886c09eb7caa4f82d98ca87dab24418a344f5ae7.tar.bz2
slibtool-886c09eb7caa4f82d98ca87dab24418a344f5ae7.tar.xz
code base: internals: move slbt_coff_strcmp() to own translation unit.
Diffstat (limited to 'src/internal/slibtool_coff_impl.h')
-rw-r--r--src/internal/slibtool_coff_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_coff_impl.h b/src/internal/slibtool_coff_impl.h
new file mode 100644
index 0000000..c733b0f
--- /dev/null
+++ b/src/internal/slibtool_coff_impl.h
@@ -0,0 +1,6 @@
+#ifndef SLIBTOOL_COFF_IMPL_H
+#define SLIBTOOL_COFF_IMPL_H
+
+int slbt_coff_strcmp(const void * a, const void * b);
+
+#endif