From fbd10d2262e87eb93f8fe9c17bde23a1dcdf6e74 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 16 Mar 2024 17:39:17 +0000 Subject: code base: rename qsort-related internal strcmp as slbt_{coff}_qsort_strcmp(). --- src/internal/slibtool_coff_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal/slibtool_coff_impl.h') diff --git a/src/internal/slibtool_coff_impl.h b/src/internal/slibtool_coff_impl.h index c733b0f..b08c858 100644 --- a/src/internal/slibtool_coff_impl.h +++ b/src/internal/slibtool_coff_impl.h @@ -1,6 +1,6 @@ #ifndef SLIBTOOL_COFF_IMPL_H #define SLIBTOOL_COFF_IMPL_H -int slbt_coff_strcmp(const void * a, const void * b); +int slbt_coff_qsort_strcmp(const void * a, const void * b); #endif -- cgit v1.2.3