summaryrefslogtreecommitdiff
path: root/status-exit-codes.h
Commit message (Collapse)AuthorAgeFilesLines
* More status exit codes for a program using libnetdissectFrancois-Xavier Le Bail2018-09-091-5/+5
| | | | It can now use status exit codes 0 to 10.
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-0/+32
The status are defined in an enum in status-exit-codes.h. Moreover: Use ndo_error() instead of ndo_warning() for malloc() errors in print-esp.c.