aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/status.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-19 20:26:13 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit3d79b6ee36b250644e6cf70eee8e3076d94cbb7f (patch)
tree0f734bfcfd278d6eef5ca0e82c008b7f2a6f7bba /include/serd/status.h
parent7fb4c5264b91d5a5ce9f13a9fb4308088b31fcd4 (diff)
downloadserd-3d79b6ee36b250644e6cf70eee8e3076d94cbb7f.tar.gz
serd-3d79b6ee36b250644e6cf70eee8e3076d94cbb7f.tar.bz2
serd-3d79b6ee36b250644e6cf70eee8e3076d94cbb7f.zip
Use Zix attributes directly
Diffstat (limited to 'include/serd/status.h')
-rw-r--r--include/serd/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/serd/status.h b/include/serd/status.h
index e21297cd..c6047aff 100644
--- a/include/serd/status.h
+++ b/include/serd/status.h
@@ -5,6 +5,7 @@
#define SERD_STATUS_H
#include "serd/attributes.h"
+#include "zix/attributes.h"
SERD_BEGIN_DECLS
@@ -41,7 +42,7 @@ typedef enum {
} SerdStatus;
/// Return a string describing a status code
-SERD_CONST_API const char* SERD_NONNULL
+SERD_CONST_API const char* ZIX_NONNULL
serd_strerror(SerdStatus status);
/**