1.1 --- a/librazor/razor.h.in Fri Jul 08 17:12:16 2016 +0100
1.2 +++ b/librazor/razor.h.in Fri Jun 08 18:02:33 2018 +0100
1.3 @@ -1,7 +1,8 @@
1.4 /*
1.5 * Copyright (C) 2008 Kristian Høgsberg <krh@redhat.com>
1.6 * Copyright (C) 2008 Red Hat, Inc
1.7 - * Copyright (C) 2009, 2011, 2012, 2014, 2016 J. Ali Harlow <ali@juiblex.co.uk>
1.8 + * Copyright (C) 2009, 2011, 2012, 2014, 2016, 2018
1.9 + * J. Ali Harlow <ali@juiblex.co.uk>
1.10 *
1.11 * This program is free software; you can redistribute it and/or modify
1.12 * it under the terms of the GNU General Public License as published by
1.13 @@ -152,6 +153,8 @@
1.14 RAZOR_GENERAL_ERROR_UNSUPPORTED_URI,
1.15 RAZOR_GENERAL_ERROR_BAD_URI,
1.16 RAZOR_GENERAL_ERROR_UNSUPPORTED_ARCHIVE,
1.17 + RAZOR_GENERAL_ERROR_ALREADY_LOCKED,
1.18 + RAZOR_GENERAL_ERROR_EXTERNALLY_LOCKED,
1.19 };
1.20
1.21 int razor_error_get_domain(struct razor_error *error);