src/cx/compare.h

changeset 605
be5a4902d405
parent 601
95ba6014041b
child 631
406376e64fd8
--- a/src/cx/compare.h	Sun Nov 06 16:07:32 2022 +0100
+++ b/src/cx/compare.h	Sun Nov 06 16:11:11 2022 +0100
@@ -190,7 +190,7 @@
  * @return -1 if ptr1 is less than ptr2, 0 if both are equal,
  * 1 if ptr1 is greater than ptr2
  */
-int ucx_cmp_ptr(void const *ptr1, void const *ptr2);
+int cx_cmp_ptr(void const *ptr1, void const *ptr2);
 
 #ifdef __cplusplus
 } // extern "C"

mercurial