summaryrefslogtreecommitdiff
path: root/lib/ovsdb-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ovsdb-parser.h')
-rw-r--r--lib/ovsdb-parser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ovsdb-parser.h b/lib/ovsdb-parser.h
index 8df9d5277..2f9f483d1 100644
--- a/lib/ovsdb-parser.h
+++ b/lib/ovsdb-parser.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009, 2010, 2011 Nicira, Inc.
+/* Copyright (c) 2009, 2010, 2011, 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -72,7 +72,8 @@ bool ovsdb_parser_has_error(const struct ovsdb_parser *);
struct ovsdb_error *ovsdb_parser_get_error(const struct ovsdb_parser *);
struct ovsdb_error *ovsdb_parser_finish(struct ovsdb_parser *)
OVS_WARN_UNUSED_RESULT;
-void ovsdb_parser_destroy(struct ovsdb_parser *);
+struct ovsdb_error *ovsdb_parser_destroy(struct ovsdb_parser *)
+ OVS_WARN_UNUSED_RESULT;
bool ovsdb_parser_is_id(const char *string);