aheinecke@60: #ifndef ERRORCODES_H aheinecke@60: #define ERRORCODES_H aheinecke@60: aheinecke@60: /* No begin certificate / end certificate could be found */ aheinecke@60: #define ERR_INVALID_INPUT_NO_LIST 2 aheinecke@60: /* Too much input for the installer process */ aheinecke@60: #define ERR_TOO_MUCH_INPUT 3 aheinecke@60: aheinecke@60: #endif