jsonrpc: Make jsonrpc_error() internal.
authorBen Pfaff <blp@nicira.com>
Sat, 18 Feb 2012 00:47:36 +0000 (16:47 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 27 Feb 2012 17:57:10 +0000 (09:57 -0800)
commitc1ce8fbffb04e006a1698139132439ef0d7e57b2
tree453c29fe1a4319fd47f741c548f2bcaa1b94cc33
parent8ea6ac3ed262114148adf44a89c68fb36d132c29
jsonrpc: Make jsonrpc_error() internal.

This function is an implementation detail.  The JSONRPC unit test used it,
but not for any good reason, so this commit changes the test to avoid
using it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/jsonrpc.c
lib/jsonrpc.h
tests/test-jsonrpc.c