diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_coff_impl.c | 2 | ||||
-rw-r--r-- | src/internal/slibtool_coff_impl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/slibtool_coff_impl.c b/src/internal/slibtool_coff_impl.c index 8d405ac..ac6a2fd 100644 --- a/src/internal/slibtool_coff_impl.c +++ b/src/internal/slibtool_coff_impl.c @@ -7,7 +7,7 @@ #include <string.h> #include "slibtool_visibility_impl.h" -slbt_hidden int slbt_coff_strcmp(const void * a, const void * b) +slbt_hidden int slbt_coff_qsort_strcmp(const void * a, const void * b) { const char * dot; const char * mark; 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 |