getting legacy grideye application to work on clixon

This commit is contained in:
Olof hagsand 2016-03-20 22:25:42 +01:00
parent 6169ea6bed
commit c1c1670a74
22 changed files with 952 additions and 805 deletions

View file

@ -174,11 +174,11 @@ clicon_rpc_validate(clicon_handle h,
* @note special case: remove all: key:"/" op:OP_REMOVE
*/
int
clicon_rpc_change(clicon_handle h,
char *db,
clicon_rpc_change(clicon_handle h,
char *db,
enum operation_type op,
char *key,
char *val)
char *key,
char *val)
{
int retval = -1;
struct clicon_msg *msg;