diff options
Diffstat (limited to 'include/zix/status.h')
-rw-r--r-- | include/zix/status.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/zix/status.h b/include/zix/status.h index 47aede8..fce27bc 100644 --- a/include/zix/status.h +++ b/include/zix/status.h @@ -38,8 +38,7 @@ typedef enum { The returned string is always one sentence, with an uppercase first character, and no trailing period. */ -ZIX_CONST_API -const char* +ZIX_CONST_API const char* zix_strerror(ZixStatus status); /** |