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:
parent
0aa7ee2116
commit
5d05cd6f50
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user