aboutsummaryrefslogtreecommitdiff
path: root/src/exitcodes.h
blob: 00b455c7fad713393a0f72ce47f5a8d73933cbf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#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 */