#ifndef GRAB_EXITCODES_H
#define GRAB_EXITCODES_H

/* These values should never be changed!  Scripts may depend on them. */
constexpr int EXIT_NOMATCH = 1;
constexpr int EXIT_WARNING = 2;
constexpr int EXIT_FATAL = 3;

#endif /* !GRAB_EXITCODES_H */