diff options
Diffstat (limited to 'src/internal/slibtool_coff_impl.h')
-rw-r--r-- | src/internal/slibtool_coff_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |