X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-error.h;h=2bff3ae563f66b440ef22dfd1ab6d4b3a95831f4;hb=c6c9e1e36fdd9fe05e3d08a5e8fcceca13efd58a;hp=7e2523e3c96bf562dcebb2f2d00f9fbdb63597ab;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=sliver-openvswitch.git diff --git a/lib/ovsdb-error.h b/lib/ovsdb-error.h index 7e2523e3c..2bff3ae56 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 */