X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-error.h;h=2bff3ae563f66b440ef22dfd1ab6d4b3a95831f4;hb=9591fefeea4b475ee0d1387486a410bbb592b050;hp=7e2523e3c96bf562dcebb2f2d00f9fbdb63597ab;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=openvswitch diff --git a/lib/ovsdb-error.h b/lib/ovsdb-error.h index 7e2523e3..2bff3ae5 100644 --- a/lib/ovsdb-error.h +++ b/lib/ovsdb-error.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Nicira Networks +/* Copyright (c) 2009, 2010 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,4 +50,6 @@ struct json *ovsdb_error_to_json(const struct ovsdb_error *); const char *ovsdb_error_get_tag(const struct ovsdb_error *); +void ovsdb_error_assert(struct ovsdb_error *); + #endif /* ovsdb-error.h */