ovsdb-server: Improve error message when database file argument is missing.
[openvswitch] / lib / jsonrpc.h
index 5d47ac5e6240db032b4fc613239c8cc44e2c497c..93ac2e8608a8cabcb36b6761f2c232560aed1e37 100644 (file)
@@ -67,7 +67,8 @@ struct jsonrpc_msg {
 };
 
 struct jsonrpc_msg *jsonrpc_create_request(const char *method,
-                                           struct json *params);
+                                           struct json *params,
+                                           struct json **idp);
 struct jsonrpc_msg *jsonrpc_create_notify(const char *method,
                                           struct json *params);
 struct jsonrpc_msg *jsonrpc_create_reply(struct json *result,