commit | 07029ec1ea283a39e46b6a2e2a0a7fd8174ed289 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Jul 11 11:12:44 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Jul 11 11:12:44 2013 -0700 |
tree | 471044cbb6ad674b2f2efabbb24a8a962d2cb74f | |
parent | fdc8dc9c29a8e24ab254783d32e5be9fc6c31630 [diff] [blame] |
Added NDN_ERROR_unrecognized_ndn_KeyLocatorType
diff --git a/ndn-cpp/c/errors.c b/ndn-cpp/c/errors.c index 0280130..438c9c3 100644 --- a/ndn-cpp/c/errors.c +++ b/ndn-cpp/c/errors.c
@@ -48,6 +48,8 @@ return "DynamicUCharArray realloc failed"; case NDN_ERROR_unrecognized_ndn_ExcludeType: return "unrecognized ndn_ExcludeType"; + case NDN_ERROR_unrecognized_ndn_KeyLocatorType: + return "unrecognized ndn_KeyLocatorType"; default: return "unrecognized ndn_Error code"; }