diff -r 8087224f30c4 -r c89e5edb8eae librazor/razor.h.in --- a/librazor/razor.h.in Fri Jul 08 17:12:16 2016 +0100 +++ b/librazor/razor.h.in Thu Jun 07 18:36:20 2018 +0100 @@ -1,7 +1,8 @@ /* * Copyright (C) 2008 Kristian Høgsberg * Copyright (C) 2008 Red Hat, Inc - * Copyright (C) 2009, 2011, 2012, 2014, 2016 J. Ali Harlow + * Copyright (C) 2009, 2011, 2012, 2014, 2016, 2018 + * J. Ali Harlow * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -152,6 +153,8 @@ RAZOR_GENERAL_ERROR_UNSUPPORTED_URI, RAZOR_GENERAL_ERROR_BAD_URI, RAZOR_GENERAL_ERROR_UNSUPPORTED_ARCHIVE, + RAZOR_GENERAL_ERROR_ALREADY_LOCKED, + RAZOR_GENERAL_ERROR_EXTERNALLY_LOCKED, }; int razor_error_get_domain(struct razor_error *error);