diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zix/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/common.h b/include/zix/common.h index 02b0f64..5919fa9 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -29,7 +29,7 @@ typedef enum { } ZixStatus; /// Return a string describing a status code -ZIX_API +ZIX_CONST_API const char* zix_strerror(ZixStatus status); |