1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-12-04 14:46:31 -05:00

Update: Added a note about code generation

This commit is contained in:
Philipp Schafft 2019-09-14 08:23:31 +00:00
parent 0aa7ee2116
commit 5d05cd6f50

View File

@ -40,6 +40,10 @@ typedef struct {
const char *description;
} igloo_error_desc_t;
/*
* NOTE: The following lines bust keep their exact formating as it is used for code generation!
*/
#define igloo_ERROR_GENERIC ((igloo_error_t)-1) /* Generic error: A generic error occurred. */
#define igloo_ERROR_NONE ((igloo_error_t)0) /* No error: The operation succeeded. */