X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5ae22f41a8e2152c8618227a0cc45b9de61a0f70..c86534460a4e0cc2516b96f67aabd8b5ea4e9d16:/status-exit-codes.h diff --git a/status-exit-codes.h b/status-exit-codes.h index 87872daa..34d9d16b 100644 --- a/status-exit-codes.h +++ b/status-exit-codes.h @@ -22,11 +22,11 @@ typedef enum { S_SUCCESS = 0, /* not a libnetdissect status */ S_ERR_HOST_PROGRAM = 1, /* not a libnetdissect status */ - S_ERR_ND_NO_PRINTER = 2, - S_ERR_ND_MEM_ALLOC = 3, - S_ERR_ND_OPEN_FILE = 4, - S_ERR_ND_WRITE_FILE = 5, - S_ERR_ND_ESP_SECRET = 6 + S_ERR_ND_NO_PRINTER = 11, + S_ERR_ND_MEM_ALLOC = 12, + S_ERR_ND_OPEN_FILE = 13, + S_ERR_ND_WRITE_FILE = 14, + S_ERR_ND_ESP_SECRET = 15 } status_exit_codes_t; #endif /* status_exit_codes_h */