fixes missing cx_attr_export - relates to #642

Sun, 13 Apr 2025 12:30:18 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 13 Apr 2025 12:30:18 +0200
changeset 1289
2e8edba252a0
parent 1288
b41ad5d9bcbf
child 1290
4ac889e14211

fixes missing cx_attr_export - relates to #642

src/cx/list.h file | annotate | diff | comparison | revisions
--- a/src/cx/list.h	Sun Apr 13 11:54:10 2025 +0200
+++ b/src/cx/list.h	Sun Apr 13 12:30:18 2025 +0200
@@ -700,6 +700,7 @@
  * @retval non-zero when index is out of bounds
  */
 cx_attr_nonnull
+cx_attr_export
 int cxListSet(
         CxList *list,
         size_t index,

mercurial