diff options
Diffstat (limited to 'babeld/babel_errors.h')
| -rw-r--r-- | babeld/babel_errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/babeld/babel_errors.h b/babeld/babel_errors.h index 07a7863b07..a52b19481b 100644 --- a/babeld/babel_errors.h +++ b/babeld/babel_errors.h @@ -25,6 +25,9 @@ enum babel_ferr_refs { BABEL_ERR_MEMORY = BABEL_FERR_START, + BABEL_ERR_PACKET, + BABEL_ERR_CONFIG, + BABEL_ERR_ROUTE, }; extern void babel_error_init(void); |
