diff options
Diffstat (limited to '')
-rw-r--r-- | status-exit-codes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/status-exit-codes.h b/status-exit-codes.h index 34d9d16..1fc3502 100644 --- a/status-exit-codes.h +++ b/status-exit-codes.h @@ -22,7 +22,6 @@ typedef enum { S_SUCCESS = 0, /* not a libnetdissect status */ S_ERR_HOST_PROGRAM = 1, /* not a libnetdissect status */ - S_ERR_ND_NO_PRINTER = 11, S_ERR_ND_MEM_ALLOC = 12, S_ERR_ND_OPEN_FILE = 13, S_ERR_ND_WRITE_FILE = 14, |